]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetInclude.h
index 08fe9434cc5f7830b51a00d3dd02c56ca95361e3..db7beca5d49e6ad268fd7d461c3497892b6ca84d 100644 (file)
@@ -94,7 +94,7 @@ public:
        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(XMLStream &, OutputParams const &) const;
        ///