cleanup for 10.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user