]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / mathed / InsetMathHull.h
index 96dbc10be604fecc48df3a08932809ea322ec3d4..42144a3f4bfebbd07bbd210d60b766b5f092478a 100644 (file)
@@ -144,7 +144,7 @@ public:
        int plaintext(odocstringstream &, OutputParams const &,
                      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;
        ///