X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd6412b6d07c0291a8927375abaa7c0f815e4a96..660e7fda2ce2bf5f9703416d12890ec16d2cdae1:/include/wx/listctrl.h?ds=sidebyside diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 56be31e332..db57cf04df 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -22,7 +22,7 @@ // constants // ---------------------------------------------------------------------------- -extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxListCtrlNameStr[]; // ---------------------------------------------------------------------------- // include the wxListCtrl class declaration @@ -84,7 +84,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