]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Trying to hide evidence of my negative programming skills...
[wxWidgets.git] / include / wx / generic / listctrl.h
index f239e01b3b9cdb494beed23a270f49e8c9ab7dba..c6852204a844fe1dd4e778c8e66475fb3d227f3b 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/defs.h"
 #include "wx/object.h"
-#include "wx/generic/imaglist.h"
+#include "wx/imaglist.h"
 #include "wx/control.h"
 #include "wx/timer.h"
 #include "wx/textctrl.h"
@@ -186,7 +186,8 @@ protected:
     virtual int OnGetItemImage(long item) const;
 
     // it calls our OnGetXXX() functions
-    friend wxListMainWindow;
+
+    friend class WXDLLEXPORT wxListMainWindow;
 
 private:
     // Virtual function hiding supression