diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 07910386..db9ed3a9 100644 --- a/src/client.h +++ b/src/client.h @@ -179,7 +179,7 @@ public: private: void initHomeDir(const Options &options); - void initConfiguration(const Options &options); + void initConfiguration(); void initUpdatesDir(); void initScreenshotDir(const std::string &dir); |