mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 11:20:45 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace std;
|
||||
class GuiMessage
|
||||
{
|
||||
public:
|
||||
wstring string;
|
||||
std::wstring string;
|
||||
int ticks;
|
||||
GuiMessage(const wstring& string);
|
||||
GuiMessage(const std::wstring& string);
|
||||
};
|
||||
Reference in New Issue
Block a user