X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=19f571a091c7503dcf7d90c37a4e81e370cf8103;hb=fba1c434e5166d0bd44fc7b981a141ab94553d5d;hp=35fff681599dcbb5689a3dfc6655d902fe555a25;hpb=ea17a3cd099d5c182d7f518f45dc60768e972abe;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index 35fff68159..19f571a091 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -86,7 +86,7 @@ public: /// mouse_button::state button() const { return button_; } /// - KeyModifier modifier() { return modifier_; } + KeyModifier modifier() const { return modifier_; } /// argument parsing, extract argument i as std::string std::string getArg(unsigned int i) const; @@ -122,7 +122,7 @@ private: /// KeyModifier modifier_; /// Commands should be run synchronously when they - /// are launched via "command-sequence" or "repeat" + /// are launched via "command-sequence" or "repeat" or "buffer-forall" bool allow_async_; };