]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
Some more changes for updating text-insets.
[lyx.git] / src / insets / insetlist.h
index 3c75c5f15a3e4c3a23b5ab8b605dbf83f82f6420..342a7f8b28ba57bc4ee162440cfe9853df42cc79 100644 (file)
@@ -31,7 +31,7 @@ public:
        ///
        ~InsetList() {}
        ///
-       void Write(Buffer const * buf, ostream & os) const;
+       void Write(Buffer const * buf, std::ostream & os) const;
        ///
        Inset * Clone() const;
        ///
@@ -45,7 +45,7 @@ public:
        ///
        bool InsertInsetAllowed(Inset * inset) const;
        ///
-       LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
+//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif