]> git.lyx.org Git - features.git/blobdiff - src/insets/insetminipage.h
Added copy constructor to inset.h and used it in most insets which permit
[features.git] / src / insets / insetminipage.h
index 0f89a757e42582632e72972fdc61ca1bcb390932..77aa106e1cf37e6ecd2ed7da8189bd2f55a57e9a 100644 (file)
@@ -41,13 +41,15 @@ public:
        ///
        InsetMinipage();
        ///
+       InsetMinipage(InsetMinipage const &, bool same_id = false);
+       ///
        ~InsetMinipage();
        ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
        void read(Buffer const * buf, LyXLex & lex);
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const;
+       Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        int ascent(BufferView *, LyXFont const &) const;
        ///