X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetgraphics.h;h=aa9dc9d6cf19fd46101fbe3ea3a0f11e6e8b765a;hb=487f6eb3b43746460d090f643cd1e39f2d93a74b;hp=042b8941a96fee745616751ab3af0d92f34c99bc;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/insets/insetgraphics.h b/src/insets/insetgraphics.h index 042b8941a9..aa9dc9d6cf 100644 --- a/src/insets/insetgraphics.h +++ b/src/insets/insetgraphics.h @@ -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.