mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix plaintext header definition
This commit is contained in:
parent
d288b2d628
commit
15fe9fe7b4
@ -49,7 +49,7 @@ public:
|
||||
///
|
||||
void latex(otexstream &, OutputParams const &) const { }
|
||||
///
|
||||
int plaintext(odocstringstream &, OutputParams const &, int) const { return 0; }
|
||||
int plaintext(odocstringstream &, OutputParams const &, size_t) const { return 0; }
|
||||
///
|
||||
int docbook(odocstream &, OutputParams const &) const { return 0; }
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user