]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_decorationinset.C
index 25dd231ca4ab8fe5679d1dd8f2c111c24e9ba69e..d824ba585de89981c42a8aadcd4a1315c1a8461a 100644 (file)
@@ -32,7 +32,7 @@ MathDecorationInset::MathDecorationInset(latexkeys const * key)
 }
 
 
-auto_ptr<InsetBase> MathDecorationInset::clone() const
+auto_ptr<InsetBase> MathDecorationInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDecorationInset(*this));
 }