]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
Remove unused method in ArgumentProxy
[lyx.git] / src / mathed / MathMacroArgument.h
index 1a047befeaed8f6705a836f38c55bed95f56cffc..4a52b1a1d20fda1e63a2bae1096a095cd63f694b 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -35,7 +35,7 @@ public:
        ///
        void setNumber(int n);
        ///
-       InsetCode lyxCode() const { return MATHMACROARG_CODE; }
+       InsetCode lyxCode() const { return MATH_MACROARG_CODE; }
 
        ///
        void normalize(NormalStream &) const;