X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58c837a4e67c0996134cc0947691dc09c5f26687..2463329cd36c305f4007445049a89439fb7e62a9:/src/common/url.cpp?ds=sidebyside

diff --git a/src/common/url.cpp b/src/common/url.cpp
index 71cae1f2f7..8c680f6905 100644
--- a/src/common/url.cpp
+++ b/src/common/url.cpp
@@ -28,10 +28,8 @@
 #include "wx/utils.h"
 #include "wx/url.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxProtoInfo, wxObject)
 IMPLEMENT_CLASS(wxURL, wxObject)
-#endif
 
 // Protocols list
 wxProtoInfo *wxURL::g_protocols = NULL;