]> 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 274cf65f6bb1787ebf4d9a5f31aa03174d502a48..ba8dd18da85dc017a0521318fc31a4ec4fbfae44 100644 (file)
@@ -296,7 +296,7 @@ public:
        /// docbook output
        virtual int docbook(odocstream & os, OutputParams const &) const;
        /// LyX HTML output
-       virtual int xhtml(odocstream & os, OutputParams const &) const;
+       virtual void xhtml(odocstream & os, OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void tocString(odocstream &) const {}