]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
The return value for xhtml() is not going to be needed.
[lyx.git] / src / insets / Inset.h
index 25af09fc28e4fa870c93dcf509c2d5d9a8bdbd9b..ba8dd18da85dc017a0521318fc31a4ec4fbfae44 100644 (file)
@@ -295,6 +295,8 @@ public:
        virtual int plaintext(odocstream &, OutputParams const &) const = 0;
        /// docbook output
        virtual int docbook(odocstream & os, OutputParams const &) const;
+       /// LyX HTML output
+       virtual void xhtml(odocstream & os, OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void tocString(odocstream &) const {}