]> git.lyx.org Git - features.git/commitdiff
Change in ::docbook args
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 9 Jul 2020 07:27:27 +0000 (03:27 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 9 Jul 2020 07:27:32 +0000 (03:27 -0400)
src/insets/InsetCounter.cpp
src/insets/InsetCounter.h

index 015d458e62f417b6999760767a734500693c0c23..4aa109d3ae77e5a6b69f355e0e20351de204759c 100644 (file)
@@ -184,7 +184,7 @@ void InsetCounter::trackCounters(string const & cmd) const
        }
 }
 
-void InsetCounter::docbook(odocstream &, OutputParams const &) const
+void InsetCounter::docbook(XMLStream &, OutputParams const &) const
 {
        // Here, we need to track counter values ourselves,
        // since unlike in the LaTeX case, there is no external
index 3020fdb424f21b7662d7a04bfe6585027c873b13..b50f71be5602b3777d5eebbde2959915cfacb34d 100644 (file)
@@ -39,7 +39,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       void docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///