#ifndef WX_PRECOMP
#include "wx/log.h"
+ #include "wx/icon.h"
+ #include "wx/image.h"
#endif
-#include "wx/icon.h"
-#include "wx/image.h"
#include "wx/xpmdecod.h"
#include "wx/rawbmp.h"
return false;
}
-bool wxBitmap::Ok() const
+bool wxBitmap::IsOk() const
{
return (M_BITMAPDATA && M_BITMAPDATA->m_ok);
}