]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / inseterror.C
index 029e7408d303a7a788f6ea7dbb33431ecdc726c0..b1a879cfaa531a2959cc8b80029722a9af58f07a 100644 (file)
@@ -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;
 }