]> git.saurik.com Git - wxWidgets.git/commitdiff
in synch with others
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 19 Apr 2005 10:14:57 +0000 (10:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 19 Apr 2005 10:14:57 +0000 (10:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toolbar.cpp

index 70866d776d460e85cd31527fe8d7b19528782534..9806009b293964f8215c8a915d92e5940592138a 100644 (file)
@@ -182,7 +182,7 @@ static pascal OSStatus wxMacToolBarToolControlEventHandler( EventHandlerCallRef
     return result ;
 }
 
-pascal OSStatus wxMacToolBarToolEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
+static pascal OSStatus wxMacToolBarToolEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
 {
     OSStatus result = eventNotHandledErr ;