]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotable.h
preview as preview can...
[lyx.git] / src / mathed / math_macrotable.h
index 3400bf915e8fdbb4c2e227bb6eef3d92f25342ec..ab377190581e041ca6d1fa1f099721c6a36340d0 100644 (file)
@@ -29,7 +29,7 @@ public:
        static void dump();
 private:
        /// create internal macros (like \longrightarrow...)
-       static void create(string const &, int, string const &);
+       static void define(string const & display);
 
        ///
        typedef std::map<string, MathAtom> table_type;