refactor: switch to wide string
This commit is contained in:
@@ -7,6 +7,6 @@ struct ChatMessage
|
||||
{
|
||||
const uint32_t objectId = 0;
|
||||
const uint8_t channel = 0;
|
||||
const std::string name = "";
|
||||
const std::string text = "";
|
||||
const std::wstring name = L"";
|
||||
const std::wstring text = L"";
|
||||
};
|
Reference in New Issue
Block a user