]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
fixed typo: SelectItem doesn't have return value
[wxWidgets.git] / src / generic / listctrl.cpp
index 924faa76154b6d0e9e0331636cd58e79a12cf2cb..99b530c7d72e1cb22929b705d057ed3244f53ac6 100644 (file)
@@ -24,8 +24,8 @@
 #if wxUSE_LISTCTRL
 
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
     #include "wx/dynarray.h"
+    #include "wx/app.h"
     #include "wx/dcscreen.h"
     #include "wx/textctrl.h"
 #endif