]> git.saurik.com Git - wxWidgets.git/commitdiff
casting for CW
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 3 Mar 2004 09:39:51 +0000 (09:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 3 Mar 2004 09:39:51 +0000 (09:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/control.cpp
src/mac/control.cpp

index a2ad5d4e163911281492fa5417b84bd2cca7b017..033c3bde05f2484bb200065133aeb910e809bf2d 100644 (file)
@@ -197,7 +197,7 @@ wxControl::~wxControl()
     if ( (ControlHandle) m_macControl )
     {
         // in case the callback might be called during destruction
-        ::SetControlColorProc( m_macControl , NULL ) ;
+        ::SetControlColorProc( (ControlHandle) m_macControl , NULL ) ;
         ::DisposeControl( (ControlHandle) m_macControl ) ;
         m_macControl = NULL ;
     }
index a2ad5d4e163911281492fa5417b84bd2cca7b017..033c3bde05f2484bb200065133aeb910e809bf2d 100644 (file)
@@ -197,7 +197,7 @@ wxControl::~wxControl()
     if ( (ControlHandle) m_macControl )
     {
         // in case the callback might be called during destruction
-        ::SetControlColorProc( m_macControl , NULL ) ;
+        ::SetControlColorProc( (ControlHandle) m_macControl , NULL ) ;
         ::DisposeControl( (ControlHandle) m_macControl ) ;
         m_macControl = NULL ;
     }