]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetinclude.h
index 8a57c739fbd0e09cccb3fe75269ea0a792b6594c..ef7d8e06eb739fa34bdc0d5ca09eea1a6a337657 100644 (file)
@@ -67,7 +67,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 
        /// get the parameters
        Params const & params(void) const;
@@ -156,7 +156,7 @@ public:
        ///
        InsetIncludeMailer(InsetInclude & inset);
        ///
-       virtual Inset & inset() const { return inset_; }
+       virtual InsetBase & inset() const { return inset_; }
        ///
        virtual string const & name() const { return name_; }
        ///