]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCounter.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetCounter.h
index 65334a3836f62838c36885d7d9dbe9aaacd79257..b50f71be5602b3777d5eebbde2959915cfacb34d 100644 (file)
@@ -39,7 +39,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;
        ///