mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 08:46:26 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
|
||||
SavedData::SavedData(const wstring& id) : id( id )
|
||||
SavedData::SavedData(const std::wstring& id) : id( id )
|
||||
{
|
||||
dirty = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user