]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetgraphics.C
index 41965868016ac5dabd5c6bd0ff47117153b18c66..dd591b24522174529acae38fb4a273736b386f04 100644 (file)
@@ -192,7 +192,7 @@ void InsetGraphics::Read(LyXLex & /*lex*/)
 
 
 int InsetGraphics::Latex(ostream & os,
-                        signed char /*fragile*/, bool/*fs*/) const
+                        bool /*fragile*/, bool/*fs*/) const
 {
        // MISSING: We have to decide how to do the order of the options
        // that is depentant of order, like witdth, height, andlge. Should
@@ -334,6 +334,12 @@ int InsetGraphics::Latex(ostream & os,
 }
 
 
+int InsetGraphics::Ascii(ostream &) const
+{
+       return 0;
+}
+
+
 int InsetGraphics::Linuxdoc(ostream &) const
 {
        return 0;