Remove uWS namespace specifier

This commit is contained in:
Alex Hultman
2021-02-20 23:50:50 +01:00
parent 6bf2e75589
commit c7805e2e48
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#ifndef UWS_LOOP_H
#define UWS_LOOP_H
/* The loop is lazily created per-thread and run with uWS::run() */
/* The loop is lazily created per-thread and run with run() */
#include "LoopData.h"
#include <libusockets.h>