diff options
Diffstat (limited to 'osdep/Binder.hpp')
-rw-r--r-- | osdep/Binder.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep/Binder.hpp b/osdep/Binder.hpp index d7c3f03c..93fad9f1 100644 --- a/osdep/Binder.hpp +++ b/osdep/Binder.hpp @@ -60,7 +60,6 @@ #include <set> #include <atomic> -#include "../node/NonCopyable.hpp" #include "../node/InetAddress.hpp" #include "../node/Mutex.hpp" #include "../node/Utils.hpp" @@ -87,7 +86,7 @@ namespace ZeroTier { * On OSes that do not support local port enumeration or where this is not * meaningful, this degrades to binding to wildcard. */ -class Binder : NonCopyable +class Binder { private: struct _Binding |