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

summaryrefslogtreecommitdiff
path: root/source/core/StarStringView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarStringView.hpp')
-rw-r--r--source/core/StarStringView.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp
index 5598d0f..1412342 100644
--- a/source/core/StarStringView.hpp
+++ b/source/core/StarStringView.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_STRING_VIEW_HPP
-#define STAR_STRING_VIEW_HPP
+#pragma once
#include "StarString.hpp"
@@ -120,5 +119,3 @@ private:
template <> struct fmt::formatter<Star::StringView> : formatter<std::string_view> {
fmt::appender format(Star::StringView const& s, format_context& ctx) const;
};
-
-#endif \ No newline at end of file