diff options
Diffstat (limited to 'source/windowing/StarLabelWidget.hpp')
-rw-r--r-- | source/windowing/StarLabelWidget.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/windowing/StarLabelWidget.hpp b/source/windowing/StarLabelWidget.hpp index de692ce..a25e531 100644 --- a/source/windowing/StarLabelWidget.hpp +++ b/source/windowing/StarLabelWidget.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LABEL_WIDGET_HPP -#define STAR_LABEL_WIDGET_HPP +#pragma once #include "StarWidget.hpp" @@ -51,5 +50,3 @@ private: }; } - -#endif |