]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetbibtex.h
index 70939a88c14640350b77121a70692b2a220f2003..8dfd9fbe9b341e16054cfd2aea3bb4466e47913e 100644 (file)
@@ -25,9 +25,7 @@ public:
        ///
        ~InsetBibtex();
        ///
-       std::auto_ptr<InsetBase> clone() const {
-               return std::auto_ptr<InsetBase>(new InsetBibtex(params()));
-       }
+       std::auto_ptr<InsetBase> clone() const;
        /// small wrapper for the time being
        virtual dispatch_result localDispatch(FuncRequest const & cmd);
        ///