]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/srchctlg.h
test whether pointer is non-NULL before using it, not after, in wxAnimation::Load...
[wxWidgets.git] / include / wx / generic / srchctlg.h
index d9f42af826b5ab1f77d0ca6858d5802acda4b07b..bf8fef4d322dc914221581facb9bb61bb3a3a872 100644 (file)
@@ -60,11 +60,9 @@ public:
     virtual void ShowCancelButton( bool show );
     virtual bool IsCancelButtonVisible() const;
 
-#if wxABI_VERSION >= 20802
     // TODO: In 2.9 these should probably be virtual, and declared in the base class...
     void SetDescriptiveText(const wxString& text);
     wxString GetDescriptiveText() const;
-#endif
 
     // accessors
     // ---------