X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncStatus.cpp;h=d56df61aa01e5130523e42623cd9af3349f75b38;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=f7b529b856056094394910345459edbdfa9b7b05;hpb=5a67cddfe8be65beec3d24bbae31837bf704a35a;p=lyx.git diff --git a/src/FuncStatus.cpp b/src/FuncStatus.cpp index f7b529b856..d56df61aa0 100644 --- a/src/FuncStatus.cpp +++ b/src/FuncStatus.cpp @@ -52,7 +52,7 @@ bool FuncStatus::unknown() const } -void FuncStatus::enabled(bool b) +void FuncStatus::setEnabled(bool b) { if (b) v_ &= ~DISABLED;