corrected WXWIN_COMPATIBILITY conditional tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-07-07 11:23:24 +00:00
parent 4c41981b8e
commit 1d79bd3eaf
5 changed files with 9 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ public:
const wxString& wildcard = wxEmptyString,
bool details = FALSE);
#ifdef WXWIN_COMPATIBILITY_2
#if WXWIN_COMPATIBILITY_2
// deprecated
wxList *GetList(const wxString& wildcard, bool details = FALSE);
#endif // WXWIN_COMPATIBILITY_2