diff options
-rw-r--r-- | src/const/resources/currency.h | 6 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. */ -#ifndef CONST_RESOURCES_SKILL_H -#define CONST_RESOURCES_SKILL_H +#ifndef CONST_RESOURCES_CURRENCY_H +#define CONST_RESOURCES_CURRENCY_H #include <string> 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 <http://www.gnu.org/licenses/>. */ -#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<Label*> mLabels; }; -#endif // GUI_WIDGETS_TABS_DEBUGWINDOWTABS_H +#endif // GUI_WIDGETS_TABS_CLANWINDOWTABS_H |