X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/061fe33fdafda11f2781b4ed25890bd6bb475360..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/src/univ/scrarrow.cpp diff --git a/src/univ/scrarrow.cpp b/src/univ/scrarrow.cpp index 312bdeee1f..988ecbc957 100644 --- a/src/univ/scrarrow.cpp +++ b/src/univ/scrarrow.cpp @@ -123,7 +123,7 @@ wxScrollArrows::wxScrollArrows(wxControlWithArrows *control) wxScrollArrows::~wxScrollArrows() { // it should have been destroyed - wxASSERT_MSG( !m_captureData, _T("memory leak in wxScrollArrows") ); + wxASSERT_MSG( !m_captureData, wxT("memory leak in wxScrollArrows") ); } // ----------------------------------------------------------------------------