]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macrotable.h
work around static initialization problem
[features.git] / src / mathed / math_macrotable.h
index 68ea0494768daf60560abc0fd50102ab26251de6..bb4e72598491b754c4a8b5df9dfb85e3ff55abca 100644 (file)
@@ -28,9 +28,9 @@ public:
        static MathMacro * cloneTemplate(string const &);
        ///
        static void createTemplate(string const &, int, string const &);
-private:
        ///
        static void builtinMacros();
+private:
        ///
        typedef std::map<string, MathMacroTemplate *> table_type;
        //