X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38bb138f09688c1575766aafdbf296dfeeee0d7d..b635e17fef75d05881f5b5db85ec5f21d1cb3750:/src/mac/carbon/gsocket.c?ds=sidebyside diff --git a/src/mac/carbon/gsocket.c b/src/mac/carbon/gsocket.c index c01b1c4ec1..9e3ba3079a 100644 --- a/src/mac/carbon/gsocket.c +++ b/src/mac/carbon/gsocket.c @@ -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 }