]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatex.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlatex.C
index 0761f3f0303d36f2209be66e102c706def8b46bd..38175672a3d622c6d279a7d054c341b70cdfc86f 100644 (file)
@@ -106,6 +106,13 @@ int InsetLatex::Latex(string & file, signed char /*fragile*/, bool /*fs*/)
 }
 
 
+int InsetLatex::Ascii(string & file)
+{
+       file += contents;
+       return 0;
+}
+
+
 int InsetLatex::Linuxdoc(string & file)
 {
        file += contents;