X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseterror.C;h=b1a879cfaa531a2959cc8b80029722a9af58f07a;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=029e7408d303a7a788f6ea7dbb33431ecdc726c0;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/inseterror.C b/src/insets/inseterror.C index 029e7408d3..b1a879cfaa 100644 --- a/src/insets/inseterror.C +++ b/src/insets/inseterror.C @@ -105,7 +105,13 @@ void InsetError::Read(LyXLex &) int InsetError::Latex(ostream &, - signed char /*fragile*/, bool /*fs*/) const + bool /*fragile*/, bool /*fs*/) const +{ + return 0; +} + + +int InsetError::Ascii(ostream &) const { return 0; }