]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_dotsinset.C
index 8ab3afe6feec3c4f4b2d737091087297c96cef60..1c7b4ff3a97f9f9ee94dca7cd2b90685b7aeb7c5 100644 (file)
@@ -26,7 +26,7 @@ MathDotsInset::MathDotsInset(latexkeys const * key)
 {}
 
 
-auto_ptr<InsetBase> MathDotsInset::clone() const
+auto_ptr<InsetBase> MathDotsInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDotsInset(*this));
 }