X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49bf4e3e689c2131994aa2aab3c9eca6255a46eb..7b0d5c59ebe9299ee312f4f1adb48189137575e1:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index f1ab5376d5..51b6970d5f 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -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)