]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toolbar.cpp
Add comment explaining the role of wxMacExecute
[wxWidgets.git] / 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 ;