diff options
Diffstat (limited to 'source/frontend/StarPopupInterface.hpp')
-rw-r--r-- | source/frontend/StarPopupInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarPopupInterface.hpp b/source/frontend/StarPopupInterface.hpp index 56f537e..53e7836 100644 --- a/source/frontend/StarPopupInterface.hpp +++ b/source/frontend/StarPopupInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_POPUP_INTERFACE_HPP -#define STAR_POPUP_INTERFACE_HPP +#pragma once #include "StarPane.hpp" @@ -18,5 +17,3 @@ private: }; } - -#endif |