]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fboxinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_fboxinset.C
index 33ab17d14f3e2f87645890ff9c60bf05a6d2dd44..6fbbb38c8b5d0d185578b011f87a2fbed30ad083 100644 (file)
@@ -28,7 +28,7 @@ MathFboxInset::MathFboxInset()
 {}
 
 
-auto_ptr<InsetBase> MathFboxInset::clone() const
+auto_ptr<InsetBase> MathFboxInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathFboxInset(*this));
 }
@@ -75,4 +75,3 @@ void MathFboxInset::infoize(std::ostream & os) const
 {
        os << "FBox: ";
 }
-