]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetWrap.h
index 8df38e97f5de5f5e4040e042abde2ada0b235ea4..934e3bd101e3a1e03440b218ae1c7bee24f3752c 100644 (file)
@@ -72,7 +72,7 @@ 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(XMLStream &, OutputParams const &) const;
        ///