]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index 1d7c6f67607bb4af4e919e053f7c086e4c0f15f2..7e2ba27a518ebe256f03325429ab29cb5a9ffe64 100644 (file)
@@ -27,9 +27,9 @@ InsetMathBoldSymbol::InsetMathBoldSymbol()
 {}
 
 
-auto_ptr<InsetBase> InsetMathBoldSymbol::doClone() const
+auto_ptr<Inset> InsetMathBoldSymbol::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBoldSymbol(*this));
+       return auto_ptr<Inset>(new InsetMathBoldSymbol(*this));
 }