]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_macro.C
index f1e1f495e79c65f3e572988eeaec8fa818a4f98d..10a2286c1878829e32ac1dae9cda4430056bc291 100644 (file)
@@ -33,7 +33,7 @@ MathMacro::MathMacro(string const & name, int numargs)
 {}
 
 
-auto_ptr<InsetBase> MathMacro::clone() const
+auto_ptr<InsetBase> MathMacro::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMacro(*this));
 }