]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index 3a82b02b109ba988a89c52c68906f0b9052cc291..7e2ba27a518ebe256f03325429ab29cb5a9ffe64 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathBoldSymbol.h"
 #include "MathStream.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "LaTeXFeatures.h"
 #include "support/std_ostream.h"
 
@@ -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));
 }