From 3af105edb6f4823e6d32b7d793bdb9cfbe2582dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 28 May 2018 02:07:41 +0300 Subject: Fix include guard headers in currency.h and clanwindowtabs.h --- src/const/resources/currency.h | 6 +++--- src/gui/widgets/tabs/clanwindowtabs.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/const/resources/currency.h b/src/const/resources/currency.h index d1ebfed3a..427bd64f7 100644 --- a/src/const/resources/currency.h +++ b/src/const/resources/currency.h @@ -18,11 +18,11 @@ * along with this program. If not, see . */ -#ifndef CONST_RESOURCES_SKILL_H -#define CONST_RESOURCES_SKILL_H +#ifndef CONST_RESOURCES_CURRENCY_H +#define CONST_RESOURCES_CURRENCY_H #include const std::string DEFAULT_CURRENCY = "default"; -#endif // CONST_RESOURCES_SKILL_H +#endif // CONST_RESOURCES_CURRENCY_H diff --git a/src/gui/widgets/tabs/clanwindowtabs.h b/src/gui/widgets/tabs/clanwindowtabs.h index 034b865e9..d5f99eb3e 100644 --- a/src/gui/widgets/tabs/clanwindowtabs.h +++ b/src/gui/widgets/tabs/clanwindowtabs.h @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -#ifndef GUI_WIDGETS_TABS_DEBUGWINDOWTABS_H -#define GUI_WIDGETS_TABS_DEBUGWINDOWTABS_H +#ifndef GUI_WIDGETS_TABS_CLANWINDOWTABS_H +#define GUI_WIDGETS_TABS_CLANWINDOWTABS_H #include "gui/widgets/container.h" @@ -76,4 +76,4 @@ class RelationClanTab final : public Container STD_VECTOR mLabels; }; -#endif // GUI_WIDGETS_TABS_DEBUGWINDOWTABS_H +#endif // GUI_WIDGETS_TABS_CLANWINDOWTABS_H -- cgit v1.2.3-60-g2f50