Now possible to compile with wxURL disabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,8 +45,12 @@ wxProtoInfo::wxProtoInfo(const wxChar *name, const wxChar *serv,
|
||||
{
|
||||
m_cinfo = info;
|
||||
m_needhost = need_host1;
|
||||
#if wxUSE_URL
|
||||
next = wxURL::ms_protocols;
|
||||
wxURL::ms_protocols = this;
|
||||
#else
|
||||
next = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user