mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 00:35:49 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "GuiMessage.h"
|
||||
|
||||
GuiMessage::GuiMessage(const wstring& string)
|
||||
GuiMessage::GuiMessage(const std::wstring& string)
|
||||
{
|
||||
this->string = string;
|
||||
ticks = 0;
|
||||
|
||||
Reference in New Issue
Block a user