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