summaryrefslogtreecommitdiff
path: root/src/account-server/storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/storage.hpp')
-rw-r--r--src/account-server/storage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account-server/storage.hpp b/src/account-server/storage.hpp
index fbd2400f..55a82abf 100644
--- a/src/account-server/storage.hpp
+++ b/src/account-server/storage.hpp
@@ -264,7 +264,7 @@ class Storage
* Gives the list of opened public channels registered in database
* @return a map of the public channels
*/
- virtual std::map<short, ChatChannel>
+ virtual std::map<unsigned short, ChatChannel>
getChannelList() = 0;
/**
@@ -272,7 +272,7 @@ class Storage
* to the one in db.
*/
virtual void
- updateChannels(std::map<short, ChatChannel>& channelList) = 0;
+ updateChannels(std::map<unsigned short, ChatChannel>& channelList) = 0;
/**
* Add a new guild