X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..788519c6055dc2290c40fb1569d2889d8ef8e76b:/include/wx/mac/imaglist.h?ds=inline

diff --git a/include/wx/mac/imaglist.h b/include/wx/mac/imaglist.h
index 7e66ffb36a..8f305419fe 100644
--- a/include/wx/mac/imaglist.h
+++ b/include/wx/mac/imaglist.h
@@ -72,6 +72,8 @@ class WXDLLEXPORT wxImageList: public wxObject
 
   // Returns the number of images in the image list.
   int GetImageCount() const;
+  
+  bool GetSize(int index, int&width, int &height) const;
 
   // Operations
   ////////////////////////////////////////////////////////////////////////////