]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathXYArrow.cpp
index 5520ca47d5a909755dd589e70d005af4f32c8f25..3449271568c848eda98c56995d22f1ab1facf3dd 100644 (file)
@@ -28,9 +28,9 @@ InsetMathXYArrow::InsetMathXYArrow()
 {}
 
 
-std::auto_ptr<InsetBase> InsetMathXYArrow::clone() const
+std::auto_ptr<Inset> InsetMathXYArrow::clone() const
 {
-       return std::auto_ptr<InsetBase>(new InsetMathXYArrow(*this));
+       return std::auto_ptr<Inset>(new InsetMathXYArrow(*this));
 }