summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-20 15:48:19 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:12 (GMT)
commit88d6b5d7a0867cbb045dedb59d18f9795ee3701e (patch)
tree44f142439a97d2c713af98155f24f671ff9faaa8 /Swift/Controllers/HistoryViewController.h
parent6613b634fd8175ce6e48bfa958b0f1a4e525303d (diff)
downloadswift-contrib-88d6b5d7a0867cbb045dedb59d18f9795ee3701e.zip
swift-contrib-88d6b5d7a0867cbb045dedb59d18f9795ee3701e.tar.bz2
Refactor HistoryViewController.
Diffstat (limited to 'Swift/Controllers/HistoryViewController.h')
-rw-r--r--Swift/Controllers/HistoryViewController.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Swift/Controllers/HistoryViewController.h b/Swift/Controllers/HistoryViewController.h
index b4ae19d..a7667c4 100644
--- a/Swift/Controllers/HistoryViewController.h
+++ b/Swift/Controllers/HistoryViewController.h
@@ -54,9 +54,7 @@ namespace Swift {
HistoryWindow* historyWindow_;
Roster* roster_;
- ContactsMap contacts_;
- ContactsMap rooms_;
- ContactsMap roomPrivateContacts_;
+ std::map<HistoryMessage::Type, ContactsMap> contacts_;
ContactRosterItem* selectedItem_;
HistoryMessage::Type currentItemType_;
boost::gregorian::date currentResultDate_;