From 1c31cb7eecc92d2fb218da8948e3201b618a46d2 Mon Sep 17 00:00:00 2001 From: Gareth Nelson Date: Wed, 22 Feb 2017 13:10:32 +0000 Subject: Add support for alternate config file locations (#3578) --- src/Root.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Root.h') 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(); -- cgit v1.2.3