]> git.saurik.com Git - wxWidgets.git/commitdiff
Must include wx/listctrl.h unfortunately, for now
authorJulian Smart <julian@anthemion.co.uk>
Tue, 30 Jul 2002 16:14:12 +0000 (16:14 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 30 Jul 2002 16:14:12 +0000 (16:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index ed221ed1abe92e4cb837e3f826eb6de9c7dd24e9..0c3c8e593b050f9ae9a11fe093ec0b14482307a1 100644 (file)
@@ -47,7 +47,7 @@
     #include "wx/textctrl.h"
 #endif
 
-#include "wx/generic/listctrl.h"
+#include "wx/listctrl.h"
 
 #if defined(__WXGTK__)
     #include <gtk/gtk.h>