]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxinset.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_boxinset.C
index 10e070c8b75dc492f3a13e573db64790695eb6e1..a5af582e8cfdaeac15de34ccc322569a43243128 100644 (file)
@@ -25,7 +25,7 @@ MathBoxInset::MathBoxInset(string const & name)
 {}
 
 
-auto_ptr<InsetBase> MathBoxInset::clone() const
+auto_ptr<InsetBase> MathBoxInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathBoxInset(*this));
 }