]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / 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();