#include "wx/statbmp.h"
#include "wx/button.h"
#include "wx/settings.h"
+ #include "wx/sizer.h"
#endif //WX_PRECOMP
#include "wx/statline.h"
-#include "wx/sizer.h"
#include "wx/wizard.h"
if ( !bmpPrev.Ok() )
bmpPrev = m_bitmap;
- if ( bmp != bmpPrev )
+ if ( !bmp.IsSameAs(bmpPrev) )
m_statbmp->SetBitmap(bmp);
}
#endif // wxUSE_STATBMP