diff options
Diffstat (limited to 'source/frontend/StarChat.hpp')
-rw-r--r-- | source/frontend/StarChat.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarChat.hpp b/source/frontend/StarChat.hpp index 7d9d127..28117ff 100644 --- a/source/frontend/StarChat.hpp +++ b/source/frontend/StarChat.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CHAT_HPP -#define STAR_CHAT_HPP +#pragma once #include "StarPane.hpp" #include "StarChatTypes.hpp" @@ -99,5 +98,3 @@ private: }; } - -#endif |