]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
cleanup
[wxWidgets.git] / src / generic / imaglist.cpp
index f1ab5376d5d9ce265de2aabba8e80823ca72830c..51b6970d5ffbbc71f7ed23c3ae195cff4f6bc032 100644 (file)
@@ -117,7 +117,7 @@ const wxBitmap *wxGenericImageList::GetBitmapPtr( int index ) const
 }
 
 // Get the bitmap
-wxBitmap wxImageList::GetBitmap(int index) const
+wxBitmap wxGenericImageList::GetBitmap(int index) const
 {
     const wxBitmap* bmp = GetBitmapPtr(index);
     if (bmp)
@@ -127,7 +127,7 @@ wxBitmap wxImageList::GetBitmap(int index) const
 }
 
 // Get the icon
-wxIcon wxImageList::GetIcon(int index) const
+wxIcon wxGenericImageList::GetIcon(int index) const
 {
     const wxBitmap* bmp = GetBitmapPtr(index);
     if (bmp)