]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
read the Changelog, preparing for prerelease
[lyx.git] / src / insets / insetgraphics.h
index a6521e0e6ded56c4fdd8458782026d2772d14783..56ccddef932bdb46bdf9d8fb8c346f77481a170d 100644 (file)
@@ -42,18 +42,18 @@ public:
        ///
        EDITABLE Editable() const;
        ///
-       void Write(ostream &) const;
+       void Write(std::ostream &) const;
        ///
        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(ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
        ///
-       int Linuxdoc(ostream &) const;
+       int Linuxdoc(std::ostream &) const;
        ///
-       int DocBook(ostream &) const;
+       int DocBook(std::ostream &) const;
 
        /// Updates needed features for this inset.
        void Validate(LaTeXFeatures & features) const;