X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3627a004d0333ec7bfc88e2a397d7d7f9752ea9..ce336c6d76d8c513487af08857c1cd3cbe806d30:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 8d8fd8a7a8..d2cbb4d71b 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -160,10 +160,7 @@ public: bool SetItemState(long item, long state, long stateMask) ; // Sets the item image -#if WXWIN_COMPATIBILITY_2_4 - wxDEPRECATED(bool SetItemImage(long item, int image, int selImage)) ; -#endif - bool SetItemImage(long item, int image) ; + bool SetItemImage(long item, int image, int selImage = -1) ; // Gets the item text wxString GetItemText(long item) const ;