]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlatexaccent.C
index 5b09d9a840368df3b88e4282529386541f2f16dd..01bd28aea7d8ace358914129450bdbf70593b221 100644 (file)
@@ -620,7 +620,14 @@ void InsetLatexAccent::Read(LyXLex & lex)
 
 
 int InsetLatexAccent::Latex(ostream & os,
-                           signed char /*fragile*/, bool/*fs*/) const
+                           bool /*fragile*/, bool/*fs*/) const
+{
+       os << contents;
+       return 0;
+}
+
+
+int InsetLatexAccent::Ascii(ostream & os) const
 {
        os << contents;
        return 0;