]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/protocol.h
Remove single-argument constructor of wxHashMap::value_type.
[wxWidgets.git] / include / wx / protocol / protocol.h
index f7a09b73d032467e34e8e1bd064ba4e009511999..0e823616e02cffa1d3d68eb2d8014f52e0c40761 100644 (file)
@@ -82,7 +82,7 @@ public:
     virtual void SetPassword(const wxString& WXUNUSED(passwd) ) {}
 
 private:
-    DECLARE_ABSTRACT_CLASS(wxProtocol)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxProtocol)
 };
 
 #if wxUSE_SOCKETS