summaryrefslogtreecommitdiff
path: root/shared/localization.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/localization.h')
-rw-r--r--shared/localization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/localization.h b/shared/localization.h
index 1c1773e9..9435030d 100644
--- a/shared/localization.h
+++ b/shared/localization.h
@@ -49,7 +49,7 @@ class CustomLocale : public wxLocale
public:
static CustomLocale& getInstance();
- void setLanguage(const int language);
+ void setLanguage(int language);
int getLanguage() const
{
bgstack15