From 8dad2ab39e88b1e5b459632d6ebe5b054690a9ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Wed, 29 Jul 1998 10:43:11 +0000 Subject: [PATCH] fixed compiler warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/imaglist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2