summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h
index 10848ea3f..3595848d9 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -52,6 +52,8 @@ public:
static bool m_TerminateEventRaised;
static bool m_RunAsService;
+ /** which ini file to load settings from, default is settings.ini */
+ AString m_SettingsFilename;
cRoot(void);
~cRoot();