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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/const/resources') 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 -- cgit v1.2.3-60-g2f50