diff options
Diffstat (limited to 'src/intlGUIEditBox.h')
-rw-r--r-- | src/intlGUIEditBox.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/intlGUIEditBox.h b/src/intlGUIEditBox.h index e3fc2755b..941d83c1c 100644 --- a/src/intlGUIEditBox.h +++ b/src/intlGUIEditBox.h @@ -2,8 +2,7 @@ // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h -#ifndef __C_INTL_GUI_EDIT_BOX_H_INCLUDED__ -#define __C_INTL_GUI_EDIT_BOX_H_INCLUDED__ +#pragma once #include "IrrCompileConfig.h" //#ifdef _IRR_COMPILE_WITH_GUI_ @@ -182,4 +181,3 @@ namespace gui } // end namespace irr //#endif // _IRR_COMPILE_WITH_GUI_ -#endif // __C_GUI_EDIT_BOX_H_INCLUDED__ |