diff options
Diffstat (limited to 'source/frontend/StarContainerInterface.hpp')
-rw-r--r-- | source/frontend/StarContainerInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarContainerInterface.hpp b/source/frontend/StarContainerInterface.hpp index 811be89..cd3102d 100644 --- a/source/frontend/StarContainerInterface.hpp +++ b/source/frontend/StarContainerInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CONTAINER_INTERFACE_HPP -#define STAR_CONTAINER_INTERFACE_HPP +#pragma once #include "StarPane.hpp" #include "StarLuaComponents.hpp" @@ -57,5 +56,3 @@ private: }; } - -#endif |