]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_commentinset.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_commentinset.C
index 0d82240115b5cfaf26b62020e601fc85c537d308..790871ccbe1204683796be45d5e66d7bf47b6699 100644 (file)
@@ -32,7 +32,7 @@ MathCommentInset::MathCommentInset(string const & str)
 }
 
 
-auto_ptr<InsetBase> MathCommentInset::clone() const
+auto_ptr<InsetBase> MathCommentInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathCommentInset(*this));
 }