]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathDecoration.cpp
index f7a038bec879bd903db5d153da700ff69c47610f..7409a28ca7dae1b0b764b4170b9a65d525efb08d 100644 (file)
@@ -33,9 +33,9 @@ InsetMathDecoration::InsetMathDecoration(latexkeys const * key)
 }
 
 
-std::auto_ptr<InsetBase> InsetMathDecoration::doClone() const
+std::auto_ptr<Inset> InsetMathDecoration::doClone() const
 {
-       return std::auto_ptr<InsetBase>(new InsetMathDecoration(*this));
+       return std::auto_ptr<Inset>(new InsetMathDecoration(*this));
 }