From ddfb16de1a61a9b80ece0ba6e5fd34326abf5f18 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 14 Mar 2011 20:16:38 -0400 Subject: Fixed compile --- include/users.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 9f6e250e5..dcfe219bf 100644 --- a/include/users.h +++ b/include/users.h @@ -8,8 +8,8 @@ #ifndef USERS_H #define USERS_H -extern CoreExport patricia_tree UserListByNick; -extern CoreExport patricia_tree UserListByUID; +extern CoreExport Anope::insensitive_map UserListByNick; +extern CoreExport Anope::map UserListByUID; class CoreExport ChannelStatus : public Flags { -- cgit