summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-27 11:28:29 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-27 11:50:58 -0700
commit4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1 (patch)
tree5210877b5135f432179dd0a0b5ff9f0a5870e185 /src/client.h
parent2452f914c4997a49db34c30a9a6fb09ea5b7d958 (diff)
downloadmana-client-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.gz
mana-client-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.bz2
mana-client-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.xz
mana-client-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.zip
Some cleanup and compile fix
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index db9ed3a9..934ba9d2 100644
--- a/src/client.h
+++ b/src/client.h
@@ -178,10 +178,10 @@ public:
void action(const gcn::ActionEvent &event);
private:
- void initHomeDir(const Options &options);
+ void initHomeDir();
void initConfiguration();
void initUpdatesDir();
- void initScreenshotDir(const std::string &dir);
+ void initScreenshotDir();
void accountLogin(LoginData *loginData);