]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macroarg.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_macroarg.h
index b200bcc5045fbf18d510c13b49fc3f7b9d46799e..b2bcbade9718ab6001f68391bf470dfb19c9ca45 100644 (file)
@@ -14,7 +14,7 @@
 class MathMacroArgument : public MathNestInset {
 public:
        ///
-       explicit MathMacroArgument(int);
+       explicit MathMacroArgument(int, MathTextCodes = LM_TC_MIN);
        ///
        MathInset * clone() const;
        ///
@@ -40,6 +40,8 @@ private:
        bool expanded_;
        ///
        mutable MathMetricsInfo mi_;
+       ///
+       MathTextCodes code_;
 };
 
 #endif