From c1c799117e7076046182e12d71d06e2c9444e9be Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Nov 2011 10:26:04 +0100 Subject: changed all wstring/wchar_t to string/char --- src/menu/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/menu/application.cpp') diff --git a/src/menu/application.cpp b/src/menu/application.cpp index 089388c0..37e532a2 100644 --- a/src/menu/application.cpp +++ b/src/menu/application.cpp @@ -119,7 +119,7 @@ namespace usdx repaint(); SDL_GL_SwapBuffers(); - LOG4CXX_TRACE(log, L"repaint"); + LOG4CXX_TRACE(log, "repaint"); // poll current events while (event_manager.available() && SDL_PollEvent(&event)) { @@ -185,7 +185,7 @@ namespace usdx } if (! display) { - LOG4CXX_ERROR(log, L"SDL_SetVideoMode failed."); + LOG4CXX_ERROR(log, "SDL_SetVideoMode failed."); throw new std::exception(); } -- cgit v1.2.3