]> 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 756ec2402a825c7d438d2379250030b383255a59..6ad0f0aacb2ad8ee11cfcf44d89b8b87a43749c8 100644 (file)
@@ -25,22 +25,15 @@ public:
        explicit
        InsetUrl(InsetCommandParams const &);
        ///
-       //explicit
-       //InsetUrl(InsetCommandParams const &, bool same_id);
-       ///
        ~InsetUrl();
        ///
-       virtual Inset * clone(Buffer const &) const {
-               return new InsetUrl(params());
+       virtual std::auto_ptr<InsetBase> clone() const {
+               return std::auto_ptr<InsetBase>(new InsetUrl(params()));
        }
        ///
-       //virtual Inset * clone(Buffer const &, bool same_id) const {
-       //      return new InsetUrl(params(), same_id);
-       //}
-       ///
        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;
        ///