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:
parent
0f1bc9c21b
commit
4bad920dbf
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user