#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#include "wx/log.h"
+ #include "wx/app.h"
#endif
-#include "wx/app.h"
#include "wx/button.h"
#include "wx/settings.h"
#include "wx/toplevel.h"
OSStatus err = errDataBrowserPropertyNotSupported;
wxListBox *list = wxDynamicCast( owner->GetPeer() , wxListBox );
wxCHECK_MSG( list != NULL , errDataBrowserPropertyNotSupported , wxT("Listbox expected"));
- wxCheckListBox *checklist = wxDynamicCast( list , wxCheckListBox );
if ( !changeValue )
{