]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
fixed a missing backslash
[wxWidgets.git] / include / wx / generic / imaglist.h
index 6bf2ed745525d36af92343bc233f22aebffd47c1..2a0893a3ac18b073195c18c390885d2b35167ad9 100644 (file)
@@ -47,7 +47,7 @@ class wxImageList: public wxObject
   public:
 
     wxImageList::wxImageList() { }
   public:
 
     wxImageList::wxImageList() { }
-    wxImageList(int width, int height, bool mask = TRUE, int initialCount = 1);
+    wxImageList( int width, int height, bool mask = TRUE, int initialCount = 1 );
     ~wxImageList();
     bool Create();
     int GetImageCount() const;
     ~wxImageList();
     bool Create();
     int GetImageCount() const;
@@ -62,6 +62,8 @@ class wxImageList: public wxObject
   private:
 
     wxList  m_images;
   private:
 
     wxList  m_images;
+    int     m_width;
+    int     m_height;
 };
 
 #endif  // __IMAGELISTH_G__
 };
 
 #endif  // __IMAGELISTH_G__