]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathRef.cpp
FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool)
[features.git] / src / mathed / InsetMathRef.cpp
index 998653b38b68fe6dd3161d7a266e2878791ffb63..36a678ae06ac03d28e25a30e92b7910839524f9c 100644 (file)
@@ -114,7 +114,7 @@ bool InsetMathRef::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_MOUSE_RELEASE:
        case LFUN_MOUSE_PRESS:
        case LFUN_MOUSE_MOTION:
-               status.enabled(true);
+               status.setEnabled(true);
                return true;
        default:
                return CommandInset::getStatus(cur, cmd, status);