]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetcommand.C
index 7d9e7964cb0e2e57b3a794a7c25532c8bc2e38a0..69322ae8905cc40caa50164553a0d2bf939f3760 100644 (file)
@@ -197,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;