]> git.saurik.com Git - wxWidgets.git/commitdiff
64bit fix for patch as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jul 2007 15:46:36 +0000 (15:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jul 2007 15:46:36 +0000 (15:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/app.cpp

index d833bb02d7991dd3ae80f69dc13cc3cddf3aa80f..8f8c8f91294a9a9fbe2666e5da02b4d7175397f0 100644 (file)
@@ -133,7 +133,7 @@ pascal OSErr AEHandleRApp( const AppleEvent *event , AppleEvent *reply , SRefCon
     return wxTheApp->MacHandleAERApp( (AppleEvent*) event , reply) ;
 }
 
-pascal OSErr AEHandleGURL( const AppleEvent *event , AppleEvent *reply , long WXUNUSED(refcon) )
+pascal OSErr AEHandleGURL( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) )
 {
     return wxTheApp->MacHandleAEGURL((WXEVENTREF *)event , reply) ;
 }