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:
@@ -196,7 +196,7 @@ static void SetDefaultEndpointModes(EndpointRef ep , void *data )
|
|||||||
|
|
||||||
/* Global initialisers */
|
/* Global initialisers */
|
||||||
|
|
||||||
void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *)
|
void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *table)
|
||||||
{
|
{
|
||||||
// do nothing, wxMac doesn't have wxBase-GUI separation yet
|
// do nothing, wxMac doesn't have wxBase-GUI separation yet
|
||||||
}
|
}
|
||||||
|
@@ -196,7 +196,7 @@ static void SetDefaultEndpointModes(EndpointRef ep , void *data )
|
|||||||
|
|
||||||
/* Global initialisers */
|
/* Global initialisers */
|
||||||
|
|
||||||
void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *)
|
void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *table)
|
||||||
{
|
{
|
||||||
// do nothing, wxMac doesn't have wxBase-GUI separation yet
|
// do nothing, wxMac doesn't have wxBase-GUI separation yet
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user