summaryrefslogtreecommitdiff
path: root/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Application.h')
-rw-r--r--Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application.h b/Application.h
index 1a71b619..cf6d6dd4 100644
--- a/Application.h
+++ b/Application.h
@@ -25,7 +25,7 @@ public:
private:
void runBatchMode(const wxString& filename, xmlAccess::XmlGlobalSettings& globalSettings);
- CustomLocale programLanguage;
+ FreeFileSync::CustomLocale programLanguage;
int returnValue;
xmlAccess::XmlGlobalSettings globalSettings; //settings used by GUI, batch mode or both
bgstack15