summaryrefslogtreecommitdiff
path: root/src/guiChatConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiChatConsole.h')
-rw-r--r--src/guiChatConsole.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/guiChatConsole.h b/src/guiChatConsole.h
index 3c39f2da6..ef8a87673 100644
--- a/src/guiChatConsole.h
+++ b/src/guiChatConsole.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef GUICHATCONSOLE_HEADER
-#define GUICHATCONSOLE_HEADER
+#pragma once
#include "irrlichttypes_extrabloated.h"
#include "modalMenu.h"
@@ -132,7 +131,3 @@ private:
gui::IGUIFont *m_font = nullptr;
v2u32 m_fontsize;
};
-
-
-#endif
-