]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_exfuncinset.C
index b6e5d609218b059a64d2c0d25dfa6864ff77a73a..1655e7fd958052f7fab5ed9d3b8dcc607e88a0ff 100644 (file)
@@ -33,7 +33,7 @@ MathExFuncInset::MathExFuncInset(string const & name, MathArray const & ar)
 }
 
 
-auto_ptr<InsetBase> MathExFuncInset::clone() const
+auto_ptr<InsetBase> MathExFuncInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathExFuncInset(*this));
 }