X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrameBox.h;h=e6701177e9e0b3cf5ab56e1835778b509cd325ab;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=2034e5b375acf9200b61cc0b85c3a87add2a9e53;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathFrameBox.h b/src/mathed/InsetMathFrameBox.h index 2034e5b375..e6701177e9 100644 --- a/src/mathed/InsetMathFrameBox.h +++ b/src/mathed/InsetMathFrameBox.h @@ -34,7 +34,7 @@ public: /// mode_type currentMode() const { return TEXT_MODE; } private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// width of '[' in current font mutable int w_; };