VC6 compilation fix after last change (thanks buildbot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b56d1061bb
commit
22a9029e23
@ -680,7 +680,8 @@ void wxTCPEventHandler::Client_OnRequest(wxSocketEvent &event)
|
||||
const wxString topic = connection->m_topic;
|
||||
wxString item;
|
||||
|
||||
switch ( const int msg = streams->Read8() )
|
||||
const int msg = streams->Read8();
|
||||
switch ( msg )
|
||||
{
|
||||
case IPC_EXECUTE:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user