]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.cpp
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathAMSArray.cpp
index d2921c6f536a67f024fcfcd0a564fe3fd04ef317..e615e1dff886e7cf2e997d397f73457a5300d91c 100644 (file)
@@ -106,7 +106,7 @@ void InsetMathAMSArray::draw(PainterInfo & pi, int x, int y) const
 bool InsetMathAMSArray::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
-       switch (cmd.action) {
+       switch (cmd.action()) {
        case LFUN_INSET_MODIFY: {
                istringstream is(to_utf8(cmd.argument()));
                string s;