fixed compiler warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-07-29 10:43:11 +00:00
parent 00e0d52a92
commit 8dad2ab39e

View File

@@ -53,7 +53,7 @@ class wxImageList: public wxObject
public:
wxImageList::wxImageList() { }
wxImageList() { }
wxImageList( int width, int height, bool mask = TRUE, int initialCount = 1 );
~wxImageList();
bool Create();