]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetERT.h
index 1ee17b3a15ff2fbcac80a40d21cb498cfd404c83..b24c93d628e16ae8a40c34a24e73364de049cf61 100644 (file)
@@ -52,7 +52,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;
        ///