]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrameBox.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathFrameBox.h
index 2034e5b375acf9200b61cc0b85c3a87add2a9e53..e6701177e9e0b3cf5ab56e1835778b509cd325ab 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// width of '[' in current font
        mutable int w_;
 };