X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f80d27586a190927d491c618f48a4253246728..53cdd2c11d11b6286936b93158b157610b169edd:/include/wx/selstore.h diff --git a/include/wx/selstore.h b/include/wx/selstore.h index b72d10f990..94ce566b88 100644 --- a/include/wx/selstore.h +++ b/include/wx/selstore.h @@ -49,7 +49,7 @@ public: void Clear() { m_itemsSel.Clear(); m_count = 0; m_defaultState = false; } // must be called when a new item is inserted/added - void OnItemAdd(unsigned WXUNUSED(item)) { wxFAIL_MSG( _T("TODO") ); } + void OnItemAdd(unsigned WXUNUSED(item)) { wxFAIL_MSG( wxT("TODO") ); } // must be called when an item is deleted void OnItemDelete(unsigned item); @@ -94,7 +94,7 @@ private: // the array of items whose selection state is different from default wxSelectedIndices m_itemsSel; - DECLARE_NO_COPY_CLASS(wxSelectionStore) + wxDECLARE_NO_COPY_CLASS(wxSelectionStore); }; #endif // _WX_SELSTORE_H_