diff options
Diffstat (limited to 'source/frontend/StarChatBubbleManager.hpp')
-rw-r--r-- | source/frontend/StarChatBubbleManager.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarChatBubbleManager.hpp b/source/frontend/StarChatBubbleManager.hpp index 9d8a867..cf46fcc 100644 --- a/source/frontend/StarChatBubbleManager.hpp +++ b/source/frontend/StarChatBubbleManager.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CHAT_BUBBLE_MANAGER_HPP -#define STAR_CHAT_BUBBLE_MANAGER_HPP +#pragma once #include "StarChatAction.hpp" #include "StarTextPainter.hpp" @@ -96,5 +95,3 @@ private: }; } - -#endif |