]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif;
[wxWidgets.git] / include / wx / generic / imaglist.h
index d13864cbbf914f2f1af7334de8717012630fc971..60f0c5d8e306fe182dbfbe9a853a3daf8441b6c0 100644 (file)
@@ -59,7 +59,7 @@ class wxImageList: public wxObject
     bool Create();
     int GetImageCount() const;
     int Add( const wxBitmap &bitmap );
-    wxBitmap *GetBitmap(int index);
+    const wxBitmap *GetBitmap(int index) const;
     bool Replace( int index, const wxBitmap &bitmap );
     bool Remove( int index );
     bool RemoveAll();