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