]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotemplate.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_macrotemplate.C
index c0b869b985f0becf435601e640dd12dbd0ead14e..d4051c66983e08cc439f47bc5274551c6a11868b 100644 (file)
@@ -64,7 +64,7 @@ MathMacroTemplate::MathMacroTemplate(std::istream & is)
 }
 
 
-auto_ptr<InsetBase> MathMacroTemplate::clone() const
+auto_ptr<InsetBase> MathMacroTemplate::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMacroTemplate(*this));
 }