]> git.saurik.com Git - wxWidgets.git/commitdiff
parameters must have names in C
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Aug 2003 16:22:08 +0000 (16:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Aug 2003 16:22:08 +0000 (16:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/gsocket.c
src/mac/gsocket.c

index c01b1c4ec1025ddfeb795a83e179d0c45c489b1a..9e3ba3079a4c3e75ef5dc34ed064c596d7ef37a8 100644 (file)
@@ -196,7 +196,7 @@ static void SetDefaultEndpointModes(EndpointRef ep , void *data )
 
 /* Global initialisers */
 
-void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *)
+void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *table)
 {
     // do nothing, wxMac doesn't have wxBase-GUI separation yet
 }
index c01b1c4ec1025ddfeb795a83e179d0c45c489b1a..9e3ba3079a4c3e75ef5dc34ed064c596d7ef37a8 100644 (file)
@@ -196,7 +196,7 @@ static void SetDefaultEndpointModes(EndpointRef ep , void *data )
 
 /* Global initialisers */
 
-void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *)
+void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *table)
 {
     // do nothing, wxMac doesn't have wxBase-GUI separation yet
 }