]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
Some more changes for updating text-insets.
[lyx.git] / src / insets / insetfoot.h
index 33f3eac1ade37b0414f24a52ba456462bd3d0cc6..115ce8ff205aaeac413635c749d966a52728a0bd 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        ~InsetFoot() {}
        ///
-       void Write(Buffer const * buf, ostream & os) const;
+       void Write(Buffer const * buf, std::ostream & os) const;
        ///
        Inset * Clone() const;
        ///
@@ -47,7 +47,7 @@ public:
        ///
        bool InsertInsetAllowed(Inset * inset) const;
        ///
-       LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
+//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif