]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
Fixed operator[] recursion
[wxWidgets.git] / include / wx / dialup.h
index a38627daf139d6865d7156fe7d9dabd8b4f5d6ec..8f4c5ee83bb241c5ae46490937f0f1c1fd49503f 100644 (file)
@@ -184,7 +184,7 @@ public:
     virtual wxEvent *Clone() const { return new wxDialUpEvent(*this); }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxDialUpEvent)
+    DECLARE_NO_ASSIGN_CLASS(wxDialUpEvent)
 };
 
 // the type of dialup event handler function