]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.h
quick fix for commented out figures
[lyx.git] / src / insets / insetgraphicsParams.h
index 8361eab369d739923ae8a23ccc9bc6e8755e74b9..2b7bdd41c2748f47fd0b0c3de78efe788e8b21fb 100644 (file)
@@ -88,7 +88,7 @@ struct InsetGraphicsParams
        ///
        InsetGraphicsParams & operator=(InsetGraphicsParams const &);
        /// Save the parameters in the LyX format stream.
-       void Write(Buffer const * buf, std::ostream & os) const;
+       void Write(std::ostream & os) const;
        /// If the token belongs to our parameters, read it.
        bool Read(LyXLex & lex, string const & token);