diff --git a/src/Network/Server.cpp b/src/Network/Server.cpp index b45b2be..a1885c7 100644 --- a/src/Network/Server.cpp +++ b/src/Network/Server.cpp @@ -141,7 +141,7 @@ void Server::SendLarge(std::string Data) { TCPSend(Data); } -static std::string Server::GetSocketApiError() { +std::string Server::GetSocketApiError() { // This will provide us with the error code and an error message, all in one. // The resulting format is " - " int err;