]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_frameboxinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_frameboxinset.C
index 805e217cf55a277ead93cd9354be2e097a5a96a8..bb6badd6bb7590b1404052c1f5fa8de8f591ccd3 100644 (file)
@@ -25,7 +25,7 @@ MathFrameboxInset::MathFrameboxInset()
 {}
 
 
-auto_ptr<InsetBase> MathFrameboxInset::clone() const
+auto_ptr<InsetBase> MathFrameboxInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathFrameboxInset(*this));
 }