X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..d3e6602e20e66290e5746e9a28c549b0580a299d:/include/wx/generic/imaglist.h diff --git a/include/wx/generic/imaglist.h b/include/wx/generic/imaglist.h index 288c7444b4..b11f936160 100644 --- a/include/wx/generic/imaglist.h +++ b/include/wx/generic/imaglist.h @@ -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 );