Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarLogging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarLogging.hpp')
-rw-r--r--source/core/StarLogging.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarLogging.hpp b/source/core/StarLogging.hpp
index 6e909fb..4f93d8a 100644
--- a/source/core/StarLogging.hpp
+++ b/source/core/StarLogging.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_LOGGING_HPP
-#define STAR_LOGGING_HPP
+#pragma once
#include "StarThread.hpp"
#include "StarSet.hpp"
@@ -197,5 +196,3 @@ void LogMap::set(String const& key, T const& t) {
}
}
-
-#endif