mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 16:54:48 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -354,9 +354,9 @@ short DataInputStream::readShort()
|
||||
//
|
||||
//Returns:
|
||||
//a Unicode string.
|
||||
wstring DataInputStream::readUTF()
|
||||
std::wstring DataInputStream::readUTF()
|
||||
{
|
||||
wstring outputString;
|
||||
std::wstring outputString;
|
||||
if (stream == NULL)
|
||||
{
|
||||
app.DebugPrintf("DataInputStream::readUTF() but underlying stream is NULL\n");
|
||||
|
||||
Reference in New Issue
Block a user