summaryrefslogtreecommitdiff
path: root/src/account-server/storage.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-02-27 17:05:17 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-02-27 20:23:22 +0100
commita03c551282d5251b458962611ffd0d683a26774a (patch)
treea8db48a1e488e26741767373223eef3ac4ccf123 /src/account-server/storage.h
parent7635a86a6663499c8cf50999cd32082086c61624 (diff)
downloadmanaserv-a03c551282d5251b458962611ffd0d683a26774a.tar.gz
manaserv-a03c551282d5251b458962611ffd0d683a26774a.tar.bz2
manaserv-a03c551282d5251b458962611ffd0d683a26774a.tar.xz
manaserv-a03c551282d5251b458962611ffd0d683a26774a.zip
Fixed compilation again + some more code cleanup
I did some cleanup but i had a wrong path set inside qtcreator. So i recompiled old versions and it all worked fine. But when i recompiled from console i got a whole bunch of errors. Sorry for pushing broken commits. Reviewed-by: bjorn.
Diffstat (limited to 'src/account-server/storage.h')
-rw-r--r--src/account-server/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/storage.h b/src/account-server/storage.h
index 3c629920..81351240 100644
--- a/src/account-server/storage.h
+++ b/src/account-server/storage.h
@@ -286,7 +286,7 @@ class Storage
*
* @return a list of guilds
*/
- std::list<Guild*> getGuildList();
+ std::map<int, Guild*> getGuildList();
/**
* Add a floor item to map.