X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..7198c3368055d88249a338eb33b21f051f674806:/src/mgl/region.cpp?ds=inline 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; }