From 68596c75ddbcf54b8963fa7b8a37ae7d428c1e07 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 7 Jan 2017 11:25:26 -1000 Subject: [PATCH] proper 'athena' namespace for socket header --- include/athena/Socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/athena/Socket.hpp b/include/athena/Socket.hpp index 1a20eb7..38d83d9 100644 --- a/include/athena/Socket.hpp +++ b/include/athena/Socket.hpp @@ -20,7 +20,7 @@ #include "Global.hpp" -namespace jbus +namespace athena { namespace net {