Moved typedef

release/4.3a0
dellaert 2014-12-02 13:30:36 +01:00
parent 3606a1ab68
commit 04af29f726
2 changed files with 2 additions and 2 deletions

View File

@ -47,5 +47,7 @@ private:
};
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
} // \namespace wrap

View File

@ -34,8 +34,6 @@ namespace wrap {
*/
struct Module {
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
// Filled during parsing:
std::string name; ///< module name
bool verbose; ///< verbose flag