mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 23:48:06 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "LevelConflictException.h"
|
||||
|
||||
LevelConflictException::LevelConflictException(const wstring& msg) : RuntimeException(msg)
|
||||
LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user