summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-28 02:07:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-28 02:07:41 +0300
commit3af105edb6f4823e6d32b7d793bdb9cfbe2582dd (patch)
treeda56e4f05b390a38d429940b81b43717a6d01b75
parent0c35f03188f4cc7c5b8b681168b5f7545af004db (diff)
downloadplus-3af105edb6f4823e6d32b7d793bdb9cfbe2582dd.tar.gz
plus-3af105edb6f4823e6d32b7d793bdb9cfbe2582dd.tar.bz2
plus-3af105edb6f4823e6d32b7d793bdb9cfbe2582dd.tar.xz
plus-3af105edb6f4823e6d32b7d793bdb9cfbe2582dd.zip
Fix include guard headers in currency.h and clanwindowtabs.h
-rw-r--r--src/const/resources/currency.h6
-rw-r--r--src/gui/widgets/tabs/clanwindowtabs.h6
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