Commit af7520cc authored by Maciej Suminski's avatar Maciej Suminski

wxWidgets 2.8 fix

parent 8a4e7235
...@@ -181,6 +181,6 @@ int NETINFO_LIST::getFreeNetCode() const ...@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment