From: Karsten Ballüder Date: Wed, 29 Jul 1998 10:43:11 +0000 (+0000) Subject: fixed compiler warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8dad2ab39e88b1e5b459632d6ebe5b054690a9ee fixed compiler warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/imaglist.h b/include/wx/generic/imaglist.h index 2d7248f203..72ce155305 100644 --- a/include/wx/generic/imaglist.h +++ b/include/wx/generic/imaglist.h @@ -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();