]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
wxUniv -> Universal
[wxWidgets.git] / include / wx / generic / imaglist.h
index 288c7444b423ad00d53232b888a2477909df8934..b11f9361605b1d8ca0b6163175ded6c0993b4f19 100644 (file)
@@ -56,7 +56,7 @@ enum {
 class WXDLLEXPORT wxGenericImageList: public wxObject
 {
 public:
-    wxGenericImageList() { }
+    wxGenericImageList() { m_width = m_height = 0; }
     wxGenericImageList( int width, int height, bool mask = TRUE, int initialCount = 1 );
     ~wxGenericImageList();
     bool Create( int width, int height, bool mask = TRUE, int initialCount = 1 );