]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / inseturl.h
index e2a16a5a58f087e20f5a06804bcb6aa6894715ea..6ad0f0aacb2ad8ee11cfcf44d89b8b87a43749c8 100644 (file)
@@ -27,13 +27,13 @@ public:
        ///
        ~InsetUrl();
        ///
-       virtual Inset * clone() const {
-               return new InsetUrl(params());
+       virtual std::auto_ptr<InsetBase> clone() const {
+               return std::auto_ptr<InsetBase>(new InsetUrl(params()));
        }
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       Inset::Code lyxCode() const { return Inset::URL_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::URL_CODE; }
        ///
        void validate(LaTeXFeatures &) const;
        ///