]> 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 38eaf42af170713adc779bc1fef1729e2a2b9b4d..69322ae8905cc40caa50164553a0d2bf939f3760 100644 (file)
@@ -204,6 +204,12 @@ int InsetCommand::Latex(ostream & os, bool /*fragile*/, bool/*fs*/) const
 }
 
 
+int InsetCommand::Ascii(ostream &) const
+{
+       return 0;
+}
+
+
 int InsetCommand::Linuxdoc(ostream &) const
 {
        return 0;