diff options
Diffstat (limited to 'src/const/resources/currency.h')
-rw-r--r-- | src/const/resources/currency.h | 6 |
1 files changed, 3 insertions, 3 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 |