]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetinfo.C
index 1047de11a2f255332a96ec333b0f22507283fe2e..3c58a89091a6712664fb6cd0b797b7019277fab9 100644 (file)
@@ -133,7 +133,13 @@ void InsetInfo::Read(LyXLex & lex)
       
 
 int InsetInfo::Latex(ostream &,
-                    signed char /*fragile*/, bool /*free_spc*/) const
+                    bool /*fragile*/, bool /*free_spc*/) const
+{
+       return 0;
+}
+
+
+int InsetInfo::Ascii(ostream &) const
 {
        return 0;
 }