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

summaryrefslogtreecommitdiff
path: root/source/core/StarEither.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarEither.hpp')
-rw-r--r--source/core/StarEither.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarEither.hpp b/source/core/StarEither.hpp
index bed6fd7..b45cd94 100644
--- a/source/core/StarEither.hpp
+++ b/source/core/StarEither.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_EITHER_HPP
-#define STAR_EITHER_HPP
+#pragma once
#include "StarVariant.hpp"
@@ -239,5 +238,3 @@ Right* Either<Left, Right>::rightPtr() {
}
}
-
-#endif