diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-27 11:28:29 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-27 11:50:58 -0700 |
commit | 4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1 (patch) | |
tree | 5210877b5135f432179dd0a0b5ff9f0a5870e185 /src/client.h | |
parent | 2452f914c4997a49db34c30a9a6fb09ea5b7d958 (diff) | |
download | mana-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.gz mana-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.bz2 mana-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.tar.xz mana-4f0ef07e85f408ebc8f33e2c573737a4ac2d29e1.zip |
Some cleanup and compile fix
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
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); |