diff options
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 8cdaf631d..8078a2d21 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CHAR_SELECT_H -#define CHAR_SELECT_H +#ifndef GUI_CHARSELECTDIALOG_H +#define GUI_CHARSELECTDIALOG_H #include "being.h" #include "main.h" @@ -131,4 +131,4 @@ class CharSelectDialog final : public Window, bool mSmallScreen; }; -#endif +#endif // GUI_CHARSELECTDIALOG_H |