]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathAMSArray.cpp
index 3febc45cb1c0a603bc6d79e2aff335640ce8ffa7..d74ed1db30926034674045c3738d94b5bb164a7e 100644 (file)
@@ -17,7 +17,7 @@
 #include "MathStream.h"
 #include "MathSupport.h"
 
-#include "funcrequest.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "gettext.h"
 
@@ -41,9 +41,9 @@ InsetMathAMSArray::InsetMathAMSArray(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathAMSArray::doClone() const
+auto_ptr<Inset> InsetMathAMSArray::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathAMSArray(*this));
+       return auto_ptr<Inset>(new InsetMathAMSArray(*this));
 }
 
 
@@ -101,7 +101,7 @@ void InsetMathAMSArray::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-bool InsetMathAMSArray::getStatus(LCursor & cur, FuncRequest const & cmd,
+bool InsetMathAMSArray::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
        switch (cmd.action) {