X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..ce16e5d78fad60b6bbc6ef8889a663fd1c9f23d2:/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;