diff options
Diffstat (limited to 'source/windowing/StarGuiContext.hpp')
-rw-r--r-- | source/windowing/StarGuiContext.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/windowing/StarGuiContext.hpp b/source/windowing/StarGuiContext.hpp index 1f4be98..ef14619 100644 --- a/source/windowing/StarGuiContext.hpp +++ b/source/windowing/StarGuiContext.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_GUI_CONTEXT_HPP -#define STAR_GUI_CONTEXT_HPP +#pragma once #include "StarApplicationController.hpp" #include "StarTextPainter.hpp" @@ -147,5 +146,3 @@ private: }; } - -#endif |