wxHTML compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -601,7 +601,7 @@ GSocketEventFlags wxSocketBase::EventToNotify(GSocketEvent evt)
|
||||
return GSOCK_OUTPUT_FLAG;
|
||||
case GSOCK_CONNECTION:
|
||||
return GSOCK_CONNECTION_FLAG;
|
||||
case GSOCK_LOST_FLAG:
|
||||
case GSOCK_LOST:
|
||||
return GSOCK_LOST_FLAG;
|
||||
default:
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user