]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
added wxVListBox::OnDrawBackground(); fixed warnings
[wxWidgets.git] / include / wx / protocol / ftp.h
index b44eaf2305a5f567acce34b0f42de732880c077f..5356267702e26a24e4164469d19deedddbf291d8 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/protocol/protocol.h"
 #include "wx/url.h"
 
-class WXDLLEXPORT_BASE wxFTP : public wxProtocol
+class WXDLLIMPEXP_NET wxFTP : public wxProtocol
 {
 public:
     enum TransferMode
@@ -156,7 +156,7 @@ protected:
     friend class wxInputFTPStream;
     friend class wxOutputFTPStream;
 
-    DECLARE_DYNAMIC_CLASS(wxFTP)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxFTP)
     DECLARE_PROTOCOL(wxFTP)
 };