parameters must have names in C

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-10 16:22:08 +00:00
parent 0f1bc9c21b
commit 4bad920dbf
2 changed files with 2 additions and 2 deletions

View 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
}

View 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
}