X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..1b941f2d3143c1205fc7c5b01bd254781db728b3:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index 1c85b4447b..262595461f 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -62,7 +62,7 @@ public: Set(entry.m_flags, entry.m_keyCode, entry.m_command, entry.m_item); return *this; } - + void Set(int flags, int keyCode, int cmd, wxMenuItem *item = NULL) { m_flags = flags; @@ -94,7 +94,7 @@ public: // Implementation use only bool MatchesEvent(const wxKeyEvent& event) const; #endif - + private: int m_flags; // combination of wxACCEL_XXX constants int m_keyCode; // ASCII or virtual keycode