X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f7c2af5474ea532899a7311efb31a55a555f372..086c94af906fc19ae8d71c9ad351f4a5ad71e7b8:/src/unix/gsocket.c?ds=sidebyside diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index ad900ef994..55a198c16a 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -726,9 +726,9 @@ void _GSocket_Configure_Callbacks(GSocket *socket) int count; for (count=0;countm_cbacks[count]) != NULL) { - GSocket_Enable(socket, count); + _GSocket_Enable(socket, count); } else { - GSocket_Disable(socket, count); + _GSocket_Disable(socket, count); } } }