projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't evaluate assert expression unless the condition is false (patch 1450705)
[wxWidgets.git]
/
src
/
common
/
iconbndl.cpp
diff --git
a/src/common/iconbndl.cpp
b/src/common/iconbndl.cpp
index aeeb09fef813fade38cb6a77393bfe59ab02b6a9..40ff56d9edcaa79ec17252395a2b97082745a87d 100644
(file)
--- a/
src/common/iconbndl.cpp
+++ b/
src/common/iconbndl.cpp
@@
-56,7
+56,7
@@
void wxIconBundle::AddIcon( const wxString& file, long type )
void wxIconBundle::AddIcon( const wxString& WXUNUSED(file), long WXUNUSED(type) )
#endif
{
-#if wxUSE_IMAGE
+#if wxUSE_IMAGE
&& (!defined(__WXMSW__) || wxUSE_WXDIB)
size_t count = wxImage::GetImageCount( file, type );
size_t i;
wxImage image;