]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetgraphics.h
index daf926c07925ccf3dee8c5794f814f0bf1469898..92849ae22907c33eafbcf17ed8e94a05a569cd67 100644 (file)
@@ -46,10 +46,12 @@ public:
        ///
        void Read(LyXLex & lex);
        /** returns the number of rows (\n's) of generated tex code.
-        fragile != 0 means, that the inset should take care about
+        fragile == true means, that the inset should take care about
         fragile commands by adding a \protect before.
         */
-       int Latex(std::ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
        int Linuxdoc(std::ostream &) const;
        ///