]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/bitmap.cpp
GetSpacer returns a copy, not a reference to the size
[wxWidgets.git] / src / dfb / bitmap.cpp
index 1f65aacad0f1d8b8dc9340fa6239ee1082aabd56..59d158d517ffe37f9810da77b325ffa0c3db64f4 100644 (file)
@@ -189,7 +189,7 @@ wxBitmap::wxBitmap(const char bits[], int width, int height, int depth)
     wxFAIL_MSG( _T("not implemented") );
 }
 
-bool wxBitmap::Ok() const
+bool wxBitmap::IsOk() const
 {
     return (m_refData != NULL && M_BITMAP->m_surface);
 }