]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / MathMacroArgument.h
index a02aa497a7a3a286a7e971844e328d046414e436..32d0e05e2c7aaf82a75de94387da1cf0474e00e6 100644 (file)
@@ -31,6 +31,8 @@ public:
        ///
        std::size_t number() const { return number_; }
        ///
+       void setNumber(std::size_t n);
+       ///
        InsetCode lyxCode() const { return MATHMACROARG_CODE; }
 
        ///