X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/src/mgl/region.cpp diff --git a/src/mgl/region.cpp b/src/mgl/region.cpp index 6245737375..7a93ccce57 100644 --- a/src/mgl/region.cpp +++ b/src/mgl/region.cpp @@ -147,7 +147,7 @@ void wxRegion::Clear() bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const { - wxFAIL_MSG( _T("not implemented") ); + wxFAIL_MSG( wxT("not implemented") ); return false; }