diff options
Diffstat (limited to 'source/windowing/StarVerticalLayout.hpp')
-rw-r--r-- | source/windowing/StarVerticalLayout.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/windowing/StarVerticalLayout.hpp b/source/windowing/StarVerticalLayout.hpp index b46ce17..e9ab75e 100644 --- a/source/windowing/StarVerticalLayout.hpp +++ b/source/windowing/StarVerticalLayout.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_VERTICAL_LAYOUT_HPP -#define STAR_VERTICAL_LAYOUT_HPP +#pragma once #include "StarLayout.hpp" @@ -31,5 +30,3 @@ private: }; } - -#endif |