]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathCases.cpp
index 7155b723f9e6c1d38f0c2962aeaca160b3107dcf..27ec6c3b95580d6925b0ae4fd4fe4b95c5b00e40 100644 (file)
@@ -41,9 +41,9 @@ InsetMathCases::InsetMathCases(row_type n)
 {}
 
 
-auto_ptr<InsetBase> InsetMathCases::doClone() const
+auto_ptr<Inset> InsetMathCases::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathCases(*this));
+       return auto_ptr<Inset>(new InsetMathCases(*this));
 }