X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncStatus.h;h=af2801389e8e2ca4cbf3b8b3644cf3b7cc9eec49;hb=3915c2d01a534da1e275dc159c49971cbb170a68;hp=02949ed0bfd0f4839288ec32e370702adffc2d03;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/FuncStatus.h b/src/FuncStatus.h index 02949ed0bf..af2801389e 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -59,7 +59,7 @@ public: bool unknown() const; /// - void enabled(bool b); + void setEnabled(bool b); /// tells whether it can be invoked (otherwise it will be grayed-out). bool enabled() const;