]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_unknowninset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_unknowninset.C
index 496b274c0549c8c3212992261cd9277629cbed1d..12a29cab568d8a34ba62b86d2c54640fd87db1a6 100644 (file)
@@ -25,7 +25,7 @@ MathUnknownInset::MathUnknownInset(string const & nm, bool final, bool black)
 {}
 
 
-auto_ptr<InsetBase> MathUnknownInset::clone() const
+auto_ptr<InsetBase> MathUnknownInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathUnknownInset(*this));
 }