Fix another faulty signature

This commit is contained in:
Jean-Marc Lasgouttes 2013-04-08 15:18:04 +02:00
parent 15fe9fe7b4
commit ec962dea20
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ docstring InsetBibitem::screenLabel() const
int InsetBibitem::plaintext(odocstringstream & os,
OutputParams const &, int) const
OutputParams const &, size_t) const
{
odocstringstream oss;
oss << '[' << bibLabel() << "] ";

View File

@ -56,7 +56,7 @@ public:
void read(Lexer & lex);
///
int plaintext(odocstringstream &, OutputParams const &,
int max_length) const;
size_t max_length = INT_MAX) const;
///
docstring xhtml(XHTMLStream &, OutputParams const &) const;
///