diff --git a/wrap/GlobalFunction.h b/wrap/GlobalFunction.h index 4805231fb..f421e2f99 100644 --- a/wrap/GlobalFunction.h +++ b/wrap/GlobalFunction.h @@ -47,5 +47,7 @@ private: }; +typedef std::map GlobalFunctions; + } // \namespace wrap diff --git a/wrap/Module.h b/wrap/Module.h index e99e77bc9..e0c1b3f31 100644 --- a/wrap/Module.h +++ b/wrap/Module.h @@ -34,8 +34,6 @@ namespace wrap { */ struct Module { - typedef std::map GlobalFunctions; - // Filled during parsing: std::string name; ///< module name bool verbose; ///< verbose flag