]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/hid.cpp
Document that message box with wxYES_NO but without wxCANCEL can't be closed.
[wxWidgets.git] / src / osx / core / hid.cpp
index 87098dfd721c2de1fa8b0570804893fc09afc94b..3bc287cb1738a2b15707e45eb44a202e718b3ae4 100644 (file)
@@ -478,8 +478,8 @@ void wxHIDKeyboard::BuildCookies(CFArrayRef Array)
 void wxHIDKeyboard::DoBuildCookies(CFArrayRef Array)
 {
     //Now go through each possible cookie
-    int i,
-        nUsage;
+    int i;
+    long nUsage;
 //    bool bEOTriggered = false;
     for (i = 0; i < CFArrayGetCount(Array); ++i)
     {