]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_oversetinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_oversetinset.C
index 1d8a8ee8f3d0b580b833b5005ec6e4e117c35afd..ed4670407bdd501d8f47efe493b9fe37e250f020 100644 (file)
@@ -21,7 +21,7 @@ using std::max;
 using std::auto_ptr;
 
 
-auto_ptr<InsetBase> MathOversetInset::clone() const
+auto_ptr<InsetBase> MathOversetInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathOversetInset(*this));
 }
@@ -84,4 +84,3 @@ void MathOversetInset::validate(LaTeXFeatures & features) const
        features.require("amsmath");
        MathNestInset::validate(features);
 }
-