mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix another faulty signature
This commit is contained in:
parent
15fe9fe7b4
commit
ec962dea20
@ -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() << "] ";
|
||||
|
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user