X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6ccc13c2fd78a1165782fd5b5bdd2950fb8fb2e..7735b2ea691f41d7a7f007befbe969386873b86e:/src/osx/glcanvas_osx.cpp diff --git a/src/osx/glcanvas_osx.cpp b/src/osx/glcanvas_osx.cpp index 465e0d06db..d571089709 100644 --- a/src/osx/glcanvas_osx.cpp +++ b/src/osx/glcanvas_osx.cpp @@ -150,7 +150,7 @@ bool wxGLCanvasBase::IsDisplaySupported(const int *attribList) bool wxGLCanvas::SwapBuffers() { WXGLContext context = WXGLGetCurrentContext(); - wxCHECK_MSG(context, false, _T("should have current context")); + wxCHECK_MSG(context, false, wxT("should have current context")); WXGLSwapBuffers(context); return true;