]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetSpecialChar.h
index b028e9ca07a6ffda1044de0d4ceefc987ccaf1d2..fe24dc8553197789df74c6c292f61775d80f1f5f 100644 (file)
@@ -45,7 +45,7 @@ public:
        };
 
        ///
-       InsetSpecialChar() {}
+       InsetSpecialChar() : Inset(0) {}
        ///
        explicit InsetSpecialChar(Kind k);
        ///
@@ -65,7 +65,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// the string that is passed to the TOC
        void tocString(odocstream &) const;
        ///