mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 19:04:48 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -20,7 +20,7 @@ void PerformanceTimer::Reset()
|
||||
#endif
|
||||
}
|
||||
|
||||
void PerformanceTimer::PrintElapsedTime(const wstring &description)
|
||||
void PerformanceTimer::PrintElapsedTime(const std::wstring &description)
|
||||
{
|
||||
#if !defined (__linux__)
|
||||
LARGE_INTEGER qwNewTime, qwDeltaTime;
|
||||
|
||||
Reference in New Issue
Block a user