IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
-#include "wx/mac/uma.h"
+#include "wx/osx/uma.h"
//---------------------------------------------------------------------------
// Helper functions
verify_noerr( err );
wxMacReleaseBitmapButton( &info );
- wxASSERT_MSG( m_peer != NULL && m_peer->Ok(), wxT("No valid native Mac control") );
+ wxASSERT_MSG( m_peer != NULL && m_peer->IsOk(), wxT("No valid native Mac control") );
MacPostControlCreate( pos, size );