git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22553
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxGenericImageList: public wxObject
{
public:
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 );
wxGenericImageList( int width, int height, bool mask = TRUE, int initialCount = 1 );
~wxGenericImageList();
bool Create( int width, int height, bool mask = TRUE, int initialCount = 1 );