summaryrefslogtreecommitdiff
path: root/node/AtomicCounter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/AtomicCounter.hpp')
-rw-r--r--node/AtomicCounter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/AtomicCounter.hpp b/node/AtomicCounter.hpp
index ebc70817..1aecaa65 100644
--- a/node/AtomicCounter.hpp
+++ b/node/AtomicCounter.hpp
@@ -25,8 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
-#ifndef _ZT_ATOMICCOUNTER_HPP
-#define _ZT_ATOMICCOUNTER_HPP
+#ifndef ZT_ATOMICCOUNTER_HPP
+#define ZT_ATOMICCOUNTER_HPP
#include "Mutex.hpp"
#include "NonCopyable.hpp"