X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0423b6851815f12d331cf09a0d05f117e5b803ca..876419ce60c535a06fde52023f7360d2d29ee82a:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index dffb5f530d..103d86d9e5 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -99,7 +99,7 @@ bool wxImageList::GetSize( int index, int &width, int &height ) const bool wxImageList::Draw( int index, wxDC &dc, int x, int y, - int WXUNUSED(flags), const bool WXUNUSED(solidBackground) ) + int WXUNUSED(flags), bool WXUNUSED(solidBackground) ) { wxNode *node = m_images.Nth( index ); if (!node) return FALSE;