]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compiler warning
authorKarsten Ballüder <ballueder@usa.net>
Wed, 29 Jul 1998 10:43:11 +0000 (10:43 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Wed, 29 Jul 1998 10:43:11 +0000 (10:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/imaglist.h

index 2d7248f203d22660c797ad435ccec06e7b9b2208..72ce155305c8d667187bd55ed01913962a92f220 100644 (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();