]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrstr.h
Always use XPMs in this sample
[wxWidgets.git] / include / wx / arrstr.h
index 34011d8df7e0355219f5734b67e794934063c79a..5eed53d2cca38a7e4ea5723f8d2ec984aacd960c 100644 (file)
@@ -151,13 +151,11 @@ public:
       return Item(Count() - 1);
   }
 
-#if WXWIN_COMPATIBILITY_2_4
     // return a wxString[], useful for the controls which
     // take one in their ctor.  You must delete[] it yourself
     // once you are done with it.  Will return NULL if the
     // ArrayString was empty.
   wxString* GetStringArray() const;
-#endif
 
   // item management
     // Search the element in the array, starting from the beginning if