]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetSpecialChar.h
index 1f04c3d803367acfed610ac997619b4840c5d06c..fe24dc8553197789df74c6c292f61775d80f1f5f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Asger Alstrup Nielsen
  * \author Jean-Marc Lasgouttes
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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;
        ///