X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49bf4e3e689c2131994aa2aab3c9eca6255a46eb..025357ca4feb7a7f4cfdc85cd1ff3c37b300c2b1:/src/generic/imaglist.cpp?ds=sidebyside 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)