]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / dynarray.h
index dc550538c547be77fa25b390db55093f5d892909..9a00c3a7bdc86aa2ff34aeec0a5d18ebdedade1b 100644 (file)
@@ -69,10 +69,6 @@ public:
     /// assignment operator
   wxBaseArray& operator=(const wxBaseArray& src);
     /// not virtual, see above
-    /// EXCEPT for Gnu compiler to reduce warnings...
-#ifdef __GNUG__
- virtual
-#endif
   ~wxBaseArray();
   //@}