]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / formulamacro.h
index 3a66cfddc9fc16278a477e196b38120966e268ed..5eb113fb7215f0505e83101d582e17e00ed53657 100644 (file)
@@ -56,8 +56,9 @@ public:
        ///
        int DocBook(Buffer const *, std::ostream &) const;
        ///
-       Inset * Clone() const;
-
+       Inset * Clone(Buffer const &) const;
+       ///
+       Inset::Code LyxCode() const { return Inset::MATHMACRO_CODE; }
        /// what appears in the minibuffer when opening
        string const EditMessage() const;
        ///