diff options
Diffstat (limited to 'source/windowing/StarLargeCharPlateWidget.hpp')
-rw-r--r-- | source/windowing/StarLargeCharPlateWidget.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/windowing/StarLargeCharPlateWidget.hpp b/source/windowing/StarLargeCharPlateWidget.hpp index 7578ae9..ae35aae 100644 --- a/source/windowing/StarLargeCharPlateWidget.hpp +++ b/source/windowing/StarLargeCharPlateWidget.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LARGE_CHAR_PLATE_WIDGET_HPP -#define STAR_LARGE_CHAR_PLATE_WIDGET_HPP +#pragma once #include "StarWidget.hpp" #include "StarButtonWidget.hpp" @@ -60,5 +59,3 @@ private: }; } - -#endif |