From 629c155044176985ab9ef14d35be4a091d8f82d1 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 26 Aug 2020 14:30:58 -0700 Subject: [PATCH] (ws) fix silly compile error (missing ix:: namespace) --- ws/ws.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/ws.cpp b/ws/ws.cpp index 5f71717f..e43b9d00 100644 --- a/ws/ws.cpp +++ b/ws/ws.cpp @@ -2728,7 +2728,7 @@ namespace ix int main(int argc, char** argv) { - setThreadName("ws main thread"); + ix::setThreadName("ws main thread"); ix::initNetSystem(); ix::CoreLogger::LogFunc logFunc = [](const char* msg, ix::LogLevel level) {