]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.cpp
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathAMSArray.cpp
index 2d251f9f1e56bc795418b76be6f6c44ec9c2ce46..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;