]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macroarg.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_macroarg.C
index 777bb5c94cf3403667a641aa93b32fa0317d1717..d4b7adf986cd0dca92b9ab8669874e06b1b6e796 100644 (file)
@@ -35,7 +35,7 @@ MathMacroArgument::MathMacroArgument(size_t n)
 }
 
 
-auto_ptr<InsetBase> MathMacroArgument::clone() const
+auto_ptr<InsetBase> MathMacroArgument::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMacroArgument(*this));
 }