X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..49a47c50be6dd7eb1939a9067b69af54fa8b50b9:/include/wx/mac/imaglist.h

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
   ////////////////////////////////////////////////////////////////////////////