mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 18:18:40 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -188,7 +188,7 @@ Biome *Biome::setSnowCovered()
|
||||
return this;
|
||||
}
|
||||
|
||||
Biome *Biome::setName(const wstring &name)
|
||||
Biome *Biome::setName(const std::wstring &name)
|
||||
{
|
||||
this->m_name = name;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user