]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
corrected comment: wxSingleInstance is not for Win32 only since about 10 years
[wxWidgets.git] / include / wx / dynarray.h
index 9bdd300ee7f42594da3704fdbec5a3cc60e87fba..6dabfa5b2b87f64fc8842f9cbc4cb8fe5376686a 100644 (file)
@@ -334,11 +334,6 @@ public:                                                               \
   name() { }                                                          \
   ~name() { }                                                         \
                                                                       \
-  name& operator=(const name& src)                                    \
-    { base* temp = (base*) this;                                      \
-      (*temp) = ((const base&)src);                                   \
-      return *this; }                                                 \
-                                                                      \
   T& operator[](size_t uiIndex) const                                 \
     { return (T&)(base::operator[](uiIndex)); }                       \
   T& Item(size_t uiIndex) const                                       \