Additional change to 9c3808e

This commit is contained in:
Birunthan Mohanathas 2013-08-04 21:25:43 +03:00
parent 9c3808ea46
commit d97128e2ab

View File

@ -259,7 +259,7 @@ void Logger::LogMeterWindowVF(Logger::Level level, MeterWindow* meterWindow, con
std::wstring source;
if (meterWindow)
{
source = meterWindow->GetSkinPath().c_str();
source = meterWindow->GetSkinPath();
}
GetLogger().LogVF(level, source.c_str(), format, args);
}