]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
tex2lyx: support for \item with opt arg in itemize environment
[lyx.git] / src / mathed / MathMacroTemplate.h
index 61f82e9d947d270b399a947eb2a11febd30b6955..0bb3d4db0be430b2be23042a2a58ccd205a7e09f 100644 (file)
@@ -87,7 +87,7 @@ public:
        virtual void validate(LaTeXFeatures &) const;
 
        /// decide whether its a redefinition
-       void updateToContext(MacroContext const & mc) const;
+       void updateToContext(MacroContext const & mc);
 
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -164,7 +164,7 @@ private:
        /// (re)newcommand or def
        mutable MacroType type_;
        /// defined before already?
-       mutable bool redefinition_;
+       bool redefinition_;
        ///
        void createLook(int args) const;
        ///