]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathDiff.cpp
index d598746f9906960e1f36fa636bb05ca7c56c2e90..3ec1160bdf5bace93eebad3f8da2caa760e53282 100644 (file)
@@ -27,9 +27,9 @@ InsetMathDiff::InsetMathDiff()
 {}
 
 
-auto_ptr<InsetBase> InsetMathDiff::doClone() const
+auto_ptr<Inset> InsetMathDiff::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathDiff(*this));
+       return auto_ptr<Inset>(new InsetMathDiff(*this));
 }