]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
Another warning.
[lyx.git] / src / mathed / InsetMathPhantom.h
index 9d21bbdeff3e2ecb5a43bbb56d266b7f2d8c86fd..9cce40df23bf3cbaff76f079af7fcab1eb17dc06 100644 (file)
@@ -26,7 +26,7 @@ public:
                hphantom
        };
        ///
-       explicit InsetMathPhantom(Kind);
+       explicit InsetMathPhantom(Buffer * buf, Kind);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -39,6 +39,10 @@ public:
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_PHANTOM_CODE; }
+       /// Nothing for now
+       void mathmlize(MathStream &) const {}
+       /// Nothing for HTML
+       void htmlize(HtmlStream &) const {}
 
 private:
        ///