]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_spaceinset.C
index a3599f655bbc3de57a98c14749ad164e54cdb377..411903116b5395ff6a48dfdc38df62037e7f94a5 100644 (file)
@@ -46,7 +46,7 @@ MathSpaceInset::MathSpaceInset(string const & name)
 }
 
 
-auto_ptr<InsetBase> MathSpaceInset::clone() const
+auto_ptr<InsetBase> MathSpaceInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSpaceInset(*this));
 }