git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-03-18 18:06:56 +00:00
parent 76cae7cbc2
commit 977b5d7d8e

View File

@@ -2713,7 +2713,7 @@ bool wxWindowMac::RegisterHotKey(int hotkeyId, int modifiers, int keycode)
bool wxWindowMac::UnregisterHotKey(int hotkeyId)
{
for ( unsigned i = s_hotkeys.size()-1; i>=0; -- i )
for ( int i = ((int)s_hotkeys.size())-1; i>=0; -- i )
{
if ( s_hotkeys[i].keyId == hotkeyId )
{