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

summaryrefslogtreecommitdiff
path: root/source/core/StarImage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarImage.hpp')
-rw-r--r--source/core/StarImage.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarImage.hpp b/source/core/StarImage.hpp
index cce0d2f..6f186df 100644
--- a/source/core/StarImage.hpp
+++ b/source/core/StarImage.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_IMAGE_HPP
-#define STAR_IMAGE_HPP
+#pragma once
#include "StarString.hpp"
#include "StarVector.hpp"
@@ -309,5 +308,3 @@ void Image::forEachPixel(CallbackType&& callback) {
}
}
-
-#endif