projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Include the html docs in the tarball
[wxWidgets.git]
/
src
/
gtk1
/
bitmap.cpp
diff --git
a/src/gtk1/bitmap.cpp
b/src/gtk1/bitmap.cpp
index e5c2c1d354014ed253cae5a9a1afa77fc7b92310..1e7534bcc2c80ff05b310f6be3e10ee27a15d32f 100644
(file)
--- a/
src/gtk1/bitmap.cpp
+++ b/
src/gtk1/bitmap.cpp
@@
-1076,7
+1076,7
@@
bool wxBitmap::operator != ( const wxBitmap& bmp ) const
return m_refData != bmp.m_refData;
}
return m_refData != bmp.m_refData;
}
-bool wxBitmap::Ok() const
+bool wxBitmap::
Is
Ok() const
{
return (m_refData != NULL) &&
(M_BMPDATA->m_bitmap || M_BMPDATA->m_pixmap);
{
return (m_refData != NULL) &&
(M_BMPDATA->m_bitmap || M_BMPDATA->m_pixmap);