Change in ::docbook args

This commit is contained in:
Richard Kimberly Heck 2020-07-09 03:27:27 -04:00
parent af5257b6c3
commit e6b2c7c4ce
2 changed files with 2 additions and 2 deletions

View 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

View 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;
///