Moved typedef
parent
3606a1ab68
commit
04af29f726
|
@ -47,5 +47,7 @@ private:
|
|||
|
||||
};
|
||||
|
||||
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
|
||||
|
||||
} // \namespace wrap
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue