]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
Added various inset functions for Jean-Marc (see Changelog). Small fix in
[lyx.git] / src / insets / insetgraphics.h
index 042b8941a96fee745616751ab3af0d92f34c99bc..aa9dc9d6cf19fd46101fbe3ea3a0f11e6e8b765a 100644 (file)
@@ -78,7 +78,7 @@ public:
        Inset::Code lyxCode() const { return Inset::GRAPHICS_CODE; }
 
        ///
-       virtual Inset * clone(Buffer const &) const;
+       virtual Inset * clone(Buffer const &, bool same_id = false) const;
 
        /** Set the inset parameters, used by the GUIndependent dialog.
            Return true of new params are different from what was so far.