X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/289532452089421ddadbd4726a8469511a19ab76..e7bdf0ac8d2f095062b054e1adffd283c1d507a4:/src/os2/statbmp.cpp diff --git a/src/os2/statbmp.cpp b/src/os2/statbmp.cpp index 5874763573..b813bdfc29 100644 --- a/src/os2/statbmp.cpp +++ b/src/os2/statbmp.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 11/27/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -134,7 +133,7 @@ bool wxStaticBitmap::Create( wxWindow* pParent, bool wxStaticBitmap::ImageIsOk() const { - return(m_pImage && m_pImage->Ok()); + return(m_pImage && m_pImage->IsOk()); } void wxStaticBitmap::Free()