]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
Another warning.
[lyx.git] / src / mathed / MathMacro.h
index 801c19dfb8d9d5972028aa31b82406cbacc857f2..d267181dcad673e560c6f023667a958a07d36fe5 100644 (file)
@@ -26,7 +26,7 @@ namespace lyx {
 class MathMacro : public InsetMathNest {
 public:
        /// A macro can be built from an existing template
-       MathMacro(docstring const & name);
+       MathMacro(Buffer * buf, docstring const & name);
        ///
        virtual MathMacro * asMacro() { return this; }
        ///
@@ -73,6 +73,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        void infoize(odocstream &) const;