]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnknown.h
RefChanger
[lyx.git] / src / mathed / InsetMathUnknown.h
index 9493ecfc2827e1b5a0c826b3742a1d4e6caa3980..2effe3c69b5cdc0386aa32251d7f8e8c42501789 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include "support/docstring.h"
-
 
 namespace lyx {
 
@@ -24,7 +22,7 @@ class InsetMathUnknown : public InsetMath {
 public:
        ///
        explicit InsetMathUnknown(docstring const & name,
-               docstring const & selection = docstring(),
+               docstring const & selection = empty_docstring(),
                bool final = true, bool black = false);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -50,7 +48,9 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void octave(OctaveStream &) const;
        ///