]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetLabel.h
index b5df459e1b076361131bfcc83efdafecf6e5d405..53d52ad442ea9eeb0a6b1d9a12a07e8523ee321e 100644 (file)
@@ -38,7 +38,7 @@ public:
 protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };