wxWidgets 2.8 fix

This commit is contained in:
Maciej Suminski 2014-01-16 14:36:09 +01:00
parent 8a4e723504
commit af7520ccb9
1 changed files with 1 additions and 1 deletions

View File

@ -181,6 +181,6 @@ int NETINFO_LIST::getFreeNetCode() const
} }
const NETINFO_ITEM NETINFO_LIST::ORPHANED = NETINFO_ITEM( NULL, wxString( "orphaned" ), -1 ); const NETINFO_ITEM NETINFO_LIST::ORPHANED = NETINFO_ITEM( NULL, wxString::FromUTF8( "orphaned" ), -1 );
const int NETINFO_LIST::UNCONNECTED = 0; const int NETINFO_LIST::UNCONNECTED = 0;
int NETINFO_LIST::m_newNetCode = 0; int NETINFO_LIST::m_newNetCode = 0;