]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetSpace.h
index 65b1dc6ac4ed0c9b473a69fdb130c3c8c3db8f24..1111aa1e828d7215d56104e429930ad511f1a08f 100644 (file)
@@ -129,7 +129,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;
        ///