]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
remove assert from PurgeOtherRepresentations,we'll have to trust that callers know...
[wxWidgets.git] / src / common / utilscmn.cpp
index 911731b7d8ac36b64a3b8b41cbf65372d8156fc6..318fce96b100f89f89998475edfd84185838d940 100644 (file)
@@ -816,8 +816,8 @@ bool wxLaunchDefaultBrowser(const wxString& urlOrig, int flags)
 #elif defined(__WXMAC__)
     OSStatus err;
     ICInstance inst;
-    SInt32 startSel;
-    SInt32 endSel;
+    long int startSel;
+    long int endSel;
 
     err = ICStart(&inst, 'STKA'); // put your app creator code here
     if (err == noErr)