X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncStatus.h;h=4a632dc870fa2345717a5deeac67d5807a4d77c1;hb=57b69a5efddf9f3c148007322f00dad6c253a2ed;hp=af2801389e8e2ca4cbf3b8b3644cf3b7cc9eec49;hpb=77ed747114e72f378b2137c64fa843fda721a528;p=lyx.git diff --git a/src/FuncStatus.h b/src/FuncStatus.h index af2801389e..4a632dc870 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -52,9 +52,7 @@ public: /// void clear(); /// - void operator|=(FuncStatus const & f); - /// - void unknown(bool b); + void setUnknown(bool b); /// bool unknown() const; @@ -67,7 +65,7 @@ public: void setOnOff(bool b); /// tells whether the menu item should have a check mark /// (or the toolbar icon should be pushed). - bool onoff(bool b) const; + bool onOff(bool b) const; /// void message(docstring const & m);