]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
Fixed operator[] recursion
[wxWidgets.git] / include / wx / dialup.h
index fdd9d55fd85d1d466cf674853f9e99c7186e174b..8f4c5ee83bb241c5ae46490937f0f1c1fd49503f 100644 (file)
@@ -26,8 +26,6 @@
 
 class WXDLLEXPORT wxArrayString;
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
-
 #define WXDIALUP_MANAGER_DEFAULT_BEACONHOST  wxT("www.yahoo.com")
 
 // ----------------------------------------------------------------------------
@@ -184,6 +182,9 @@ public:
 
     // implement the base class pure virtual
     virtual wxEvent *Clone() const { return new wxDialUpEvent(*this); }
+
+private:
+    DECLARE_NO_ASSIGN_CLASS(wxDialUpEvent)
 };
 
 // the type of dialup event handler function