]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetref.h
index 681563d570034065657e2410752a9e3f0aa20c16..b9e63412de15d4f2f014d28051b573f678f8c85b 100644 (file)
@@ -61,11 +61,13 @@ public:
         ///
         void gotoLabel();
        ///
-       int Latex(ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
        ///
-       int Linuxdoc(ostream &) const;
+       int Ascii(std::ostream &) const;
        ///
-       int DocBook(ostream &) const;
+       int Linuxdoc(std::ostream &) const;
+       ///
+       int DocBook(std::ostream &) const;
 private:
        /// This function escapes 8-bit characters
        string escape(string const &) const;