]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetlabel.h
index 38b7c534b4fa7a1f5c7a7e0bdf74907e14130078..87211ae6fe600aacd986174a9d4d98e7200c326a 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetLabel(InsetCommandParams const &);
        ///
-       Inset * Clone() const { return new InsetLabel(params()); }
+       Inset * Clone(Buffer const &) const { return new InsetLabel(params()); }
        ///
        string const getScreenLabel() const { return getContents(); }
        ///