X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..4178000933f0618d2cc9dc2f80dfed91b0c61464:/src/common/url.cpp diff --git a/src/common/url.cpp b/src/common/url.cpp index b6c54cca45..eae17c35ca 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -35,6 +35,11 @@ IMPLEMENT_CLASS(wxURL, wxObject) // Protocols list wxProtoInfo *wxURL::ms_protocols = NULL; +// Enforce linking of protocol classes: +USE_PROTOCOL(wxHTTP) +USE_PROTOCOL(wxFTP) +USE_PROTOCOL(wxFileProto) + #if wxUSE_SOCKETS wxHTTP *wxURL::ms_proxyDefault = NULL; bool wxURL::ms_useDefaultProxy = FALSE;