]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Fix use of std::regex_match
[lyx.git] / src / insets / Inset.h
index 653123073a1cb10b27cb103ef38349bf555a97ea..4ef73db0acbcfb1aacc7a4d45813cf916b1e0a3e 100644 (file)
@@ -341,7 +341,7 @@ public:
        virtual int plaintext(odocstringstream &, OutputParams const &,
                              size_t max_length = INT_MAX) const = 0;
        /// docbook output
-       virtual int docbook(odocstream & os, OutputParams const &) const;
+       virtual void docbook(XMLStream &, OutputParams const &) const;
        /// XHTML output
        /// the inset is expected to write XHTML to the XMLStream
        /// \return any "deferred" material that should be written outside the