diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-27 18:48:31 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-27 19:16:34 +0100 |
commit | 2452f914c4997a49db34c30a9a6fb09ea5b7d958 (patch) | |
tree | 8bebaa2e644602e762fbce3ef34c9bdb17572919 /src/client.h | |
parent | 43ccd84af0707b29b146a9ea3d21094d6eb30e3a (diff) | |
download | mana-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.gz mana-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.bz2 mana-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.xz mana-2452f914c4997a49db34c30a9a6fb09ea5b7d958.zip |
Corrected some variables names after recent renaming
With help from Jared.
Reviewed-by: Jared Adams
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); |