]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
added HasEntry/Group function to wxConfig, corrected entry/group deletion
[wxWidgets.git] / src / generic / imaglist.cpp
index dffb5f530da1c93dd20a1dee2dd515adebc2dd31..103d86d9e5ce8dcddc56130a7479660e011139a4 100644 (file)
@@ -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;