]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.h
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetparent.h
index 0a1e9827023cf19f5ee41dec0a6a73ebabfc1b75..1d21a127457b0fed1f77f3787bd1d4f7c40fe322 100644 (file)
@@ -27,11 +27,13 @@ class Buffer;
 class InsetParent : public InsetCommand {
 public:
        ///
-       InsetParent(InsetCommandParams const &, Buffer * owner = 0);
+       InsetParent(InsetCommandParams const &, Buffer const &);
        ///
-       Inset * Clone() const { return new InsetParent(params()); }
+       Inset * Clone(Buffer const & buffer) const {
+               return new InsetParent(params(), buffer);
+       }
        ///
-       string getScreenLabel() const;
+       string const getScreenLabel() const;
         ///
        EDITABLE Editable() const { return IS_EDITABLE; }
         ///