]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetWrap.h
index 3bf837876a237e53abe32eeac3061c1dc606bd8b..934e3bd101e3a1e03440b218ae1c7bee24f3752c 100644 (file)
@@ -72,9 +72,9 @@ private:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        ///