Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2019-06-25 12:58:48 +0300
committereidheim <eidheim@gmail.com>2019-06-25 12:58:48 +0300
commit79058a047dc1a1c9d64af8ff82a698ebba33ab0b (patch)
tree41a99a7bd98ef89ca05d774e359b619f1f0bee3e /asio_compatibility.hpp
parenta33189630cbae501fbdc529f6c8506d20d44f402 (diff)
Cleanup of include guards
Diffstat (limited to 'asio_compatibility.hpp')
-rw-r--r--asio_compatibility.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/asio_compatibility.hpp b/asio_compatibility.hpp
index d37e348..2a29e5c 100644
--- a/asio_compatibility.hpp
+++ b/asio_compatibility.hpp
@@ -1,5 +1,5 @@
-#ifndef SIMPLE_WEB_ASIO_HPP
-#define SIMPLE_WEB_ASIO_HPP
+#ifndef SIMPLE_WEB_ASIO_COMPATIBILITY_HPP
+#define SIMPLE_WEB_ASIO_COMPATIBILITY_HPP
#include <memory>
@@ -68,4 +68,4 @@ namespace SimpleWeb {
#endif
} // namespace SimpleWeb
-#endif /* SIMPLE_WEB_ASIO_HPP */
+#endif /* SIMPLE_WEB_ASIO_COMPATIBILITY_HPP */