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