Browse Source

Fixed ENABLE_WEBSOCKET guard

Paul-Louis Ageneau 5 years ago
parent
commit
b74227ae9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tcptransport.cpp

+ 1 - 1
src/tcptransport.cpp

@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
  */
 
 
-#ifdef ENABLE_WEBSOCKET
+#if ENABLE_WEBSOCKET
 
 
 #include "tcptransport.hpp"
 #include "tcptransport.hpp"