X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcommand.C;h=69322ae8905cc40caa50164553a0d2bf939f3760;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=3fada648cf056e3c007dcbfe00e06b8fefdf13b2;hpb=b8dd79b64d49fc0136579341a213eb1278966b67;p=lyx.git diff --git a/src/insets/insetcommand.C b/src/insets/insetcommand.C index 3fada648cf..69322ae890 100644 --- a/src/insets/insetcommand.C +++ b/src/insets/insetcommand.C @@ -18,6 +18,7 @@ #include "debug.h" #include "Painter.h" +using std::ostream; using std::endl; @@ -196,13 +197,19 @@ void InsetCommand::Read(LyXLex & lex) } -int InsetCommand::Latex(ostream & os, signed char /*fragile*/, bool/*fs*/) const +int InsetCommand::Latex(ostream & os, bool /*fragile*/, bool/*fs*/) const { os << getCommand(); return 0; } +int InsetCommand::Ascii(ostream &) const +{ + return 0; +} + + int InsetCommand::Linuxdoc(ostream &) const { return 0;