summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-27 18:48:31 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-27 19:16:34 +0100
commit2452f914c4997a49db34c30a9a6fb09ea5b7d958 (patch)
tree8bebaa2e644602e762fbce3ef34c9bdb17572919 /src/client.h
parent43ccd84af0707b29b146a9ea3d21094d6eb30e3a (diff)
downloadmana-client-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.gz
mana-client-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.bz2
mana-client-2452f914c4997a49db34c30a9a6fb09ea5b7d958.tar.xz
mana-client-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.h2
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);