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;