From e3bcb9b9054ad5b488365b80896634fe6cf105c0 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 9 Jul 2014 15:21:39 +0200 Subject: core_whowas Rename misleading variables and typedefs --- include/commands/cmd_whowas.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/commands/cmd_whowas.h') diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 8e1a8059d..798c48ee5 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -26,19 +26,19 @@ /* Forward ref for typedefs */ class WhoWasGroup; -/** A group of users related by nickname - */ -typedef std::deque whowas_set; - namespace WhoWas { /** Everything known about one nick */ struct Nick : public intrusive_list_node { + /** A group of users related by nickname + */ + typedef std::deque List; + /** Container where each element has information about one occurrence of this nick */ - whowas_set entries; + List entries; /** Time this nick was added to the database */ -- cgit v1.2.3