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