]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Removed some irritating flags.
[wxWidgets.git] / include / wx / listctrl.h
index 56deddfebf126ddb6a4d5379343d888e103b6ad9..d92e26d7b00f539a7a36015c4ff003d1033d6d31 100644 (file)
@@ -27,7 +27,10 @@ extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[];
 // ----------------------------------------------------------------------------
 // include the wxListCtrl class declaration
 // ----------------------------------------------------------------------------
-#include "wx/generic/listctrl.h"    
+
+#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
+    #include "wx/generic/listctrl.h"
+#endif
 
 #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/listctrl.h"
@@ -83,7 +86,7 @@ public:
         { return GetNextSelected(-1); }
 
     // return true if the item is selected
-    bool IsSelected(long index)
+    bool IsSelected(long index) const
         { return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
 
     // columns