]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathSize.cpp
index 23eb69812a97b387b2d0808b94b27d430232aeb8..c94700b5d4281adc1c6bc633e63b82b0c07da749 100644 (file)
@@ -29,9 +29,9 @@ InsetMathSize::InsetMathSize(latexkeys const * l)
 {}
 
 
-auto_ptr<InsetBase> InsetMathSize::doClone() const
+auto_ptr<Inset> InsetMathSize::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSize(*this));
+       return auto_ptr<Inset>(new InsetMathSize(*this));
 }