]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathMacroArgument.h
index 379ce09bd49ab1dbbe4c8b9a9213220e9ea411fb..32d0e05e2c7aaf82a75de94387da1cf0474e00e6 100644 (file)
@@ -31,7 +31,9 @@ public:
        ///
        std::size_t number() const { return number_; }
        ///
-       Inset::Code lyxCode() const { return MATHMACROARG_CODE; }
+       void setNumber(std::size_t n);
+       ///
+       InsetCode lyxCode() const { return MATHMACROARG_CODE; }
 
        ///
        void normalize(NormalStream &) const;