summaryrefslogtreecommitdiff
path: root/l10ntools/inc/treeconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/treeconfig.hxx')
-rw-r--r--l10ntools/inc/treeconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/treeconfig.hxx b/l10ntools/inc/treeconfig.hxx
index ea573943ad2e..f5c3794b8eef 100644
--- a/l10ntools/inc/treeconfig.hxx
+++ b/l10ntools/inc/treeconfig.hxx
@@ -10,14 +10,14 @@ class Treeconfig
{
private:
- INIreader inireader;
+ INIreader inireader;
INImap map;
bool has_config_file;
void getCurrentDir( string& dir );
bool isConfigFilePresent();
public:
-
+
Treeconfig() : has_config_file( false ) { parseConfig(); }
// read the config file, returns true in case a config file had been found
bool parseConfig();