]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/imaglist.cpp
Some minor clean-ups to the wxScrolledWindow code.
[wxWidgets.git] / src / stubs / imaglist.cpp
index 7c18d9f46414cc7eb12e38cbbf5be04a24d81660..cb4b9ff01c4da817ba0904b0416fcaf1b6a7782e 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        imaglist.cpp
-// Purpose:     wxImageList
+// Purpose:     wxImageList. You may wish to use the generic version.
 // Author:      AUTHOR
 // Modified by:
 // Created:     ??/??/98
 #pragma implementation "imaglist.h"
 #endif
 
-#include "wx/msw/imaglist.h"
+#include "wx/stubs/imaglist.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxImageList, wxObject)
-#endif
 
 wxImageList::wxImageList()
 {