]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index 21ecfe9e508582817a40cd96a7c28e2fa8d67584..4e18c7661e2d41ab8523d20057fcd46109727b46 100644 (file)
@@ -29,9 +29,9 @@ InsetMathPhantom::InsetMathPhantom(Kind k)
 {}
 
 
-std::auto_ptr<InsetBase> InsetMathPhantom::doClone() const
+std::auto_ptr<Inset> InsetMathPhantom::doClone() const
 {
-       return std::auto_ptr<InsetBase>(new InsetMathPhantom(*this));
+       return std::auto_ptr<Inset>(new InsetMathPhantom(*this));
 }