]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfloat.h
Added copy constructor to inset.h and used it in most insets which permit
[features.git] / src / insets / insetfloat.h
index c92569fe2e017978fa5dcf3114a767d829a35fa1..701b6777901e9dfbffc1863373f492cba25f78b0 100644 (file)
@@ -28,6 +28,8 @@ public:
        ///
        InsetFloat(string const &);
        ///
+       InsetFloat(InsetFloat const &, bool same_id = false);
+       ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
        void read(Buffer const * buf, LyXLex & lex);