summaryrefslogtreecommitdiff
path: root/src/gui/guildlistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guildlistbox.h')
-rw-r--r--src/gui/guildlistbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/guildlistbox.h b/src/gui/guildlistbox.h
index 0f030d0a..b3892955 100644
--- a/src/gui/guildlistbox.h
+++ b/src/gui/guildlistbox.h
@@ -60,7 +60,8 @@ public:
private:
Image *onlineIcon;
Image *offlineIcon;
- std::map<std::string, bool> mUsers;
+ typedef std::map<std::string, bool> UserMap;
+ UserMap mUsers;
};
#endif