From: Stefan Csomor Date: Tue, 19 Apr 2005 10:14:57 +0000 (+0000) Subject: in synch with others X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0aeeec99d50c626067a438ed2a67e2019e4c84e3 in synch with others git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toolbar.cpp b/src/mac/carbon/toolbar.cpp index 70866d776d..9806009b29 100644 --- a/src/mac/carbon/toolbar.cpp +++ b/src/mac/carbon/toolbar.cpp @@ -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 ;