]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathUnderset.cpp
index 0f91a963f40ec575daca27489563529c816b993d..87392bd4e0b07f5b6c1173b3c169186b1a2eb73f 100644 (file)
@@ -25,9 +25,9 @@ using std::auto_ptr;
 
 
 
-auto_ptr<InsetBase> InsetMathUnderset::doClone() const
+auto_ptr<Inset> InsetMathUnderset::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathUnderset(*this));
+       return auto_ptr<Inset>(new InsetMathUnderset(*this));
 }