mingw: replace SendMessage usage as clashes with existing function

This commit is contained in:
Craig Carnell
2025-12-08 19:38:25 +00:00
parent 75bc9a474e
commit 26b6980d1a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
void Display();
void AppendChat(std::string message, Color color);
void SendMessage();
void SendChatMessage();
void Activate();
private: