// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "radioboxbase.h"
#endif
default:
wxFAIL_MSG( _T("unexpected wxDirection value") );
- return -1;
+ return wxNOT_FOUND;
}
// ensure that the item is in range [0..count)