Fixed preprocessor warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-14 01:53:19 +00:00
parent de7b7fe6f6
commit 8dfc6457b2
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ public:
bool IsChecked(int index);
void Check(int index, int check = True);
#if !defined(__WXMAC__) && !defined(__WXX11__)
#if defined(__WXMSW__) || defined(__WXGTK__)
int GetItemHeight();
#endif