]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetinclude.h
index 4c26ce769367a65898a97f9487aad013042d955b..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_; }
        ///
@@ -164,11 +164,10 @@ public:
        ///
        static void string2params(string const &, InsetInclude::Params &);
        ///
-       static string const params2string(string const & name,
-                                         InsetInclude::Params const &);
+       static string const params2string(InsetInclude::Params const &);
 private:
        ///
-       string const name_;
+       static string const name_;
        ///
        InsetInclude & inset_;
 };