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

summaryrefslogtreecommitdiff
path: root/source/windowing/StarWidget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarWidget.hpp')
-rw-r--r--source/windowing/StarWidget.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/windowing/StarWidget.hpp b/source/windowing/StarWidget.hpp
index 1e78d74..9940396 100644
--- a/source/windowing/StarWidget.hpp
+++ b/source/windowing/StarWidget.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_WIDGET_HPP
-#define STAR_WIDGET_HPP
+#pragma once
#include "StarVector.hpp"
#include "StarCasting.hpp"
@@ -178,5 +177,3 @@ shared_ptr<WidgetType> Widget::findChild(String const& name) {
}
template <> struct fmt::formatter<Star::Widget> : ostream_formatter {};
-
-#endif