]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetcommand.h
index 55129ea103daa81f83834d4e288bcae52698a1fa..449d0f19ed2e01e35decdb75918c5829dbd68df3 100644 (file)
@@ -49,7 +49,9 @@ public:
        void Read(LyXLex & lex);
        /// 
        virtual int Latex(std::ostream &,
-                         signed char fragile, bool free_spc) const;
+                         bool fragile, bool free_spc) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
        virtual int Linuxdoc(std::ostream &) const;
        ///