X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/061fe33fdafda11f2781b4ed25890bd6bb475360..fb8d7eb7a880f1f2e32d8830f9c5e12b2536e05f:/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") ); } // ----------------------------------------------------------------------------