]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetFloat.h
index f58c89c2f6945a8b289c467e6a7d6130bd288a52..bdf68089a9a49a085ca7e4bc24052b98cad77190 100644 (file)
@@ -99,12 +99,12 @@ 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;
        ///
        bool insetAllowed(InsetCode) const;
-       /** returns false if, when outputing LaTeX, font changes should
+       /** returns false if, when outputting LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
        bool inheritFont() const { return false; }