diff options
Diffstat (limited to 'Swift/Controllers/HistoryViewController.h')
| -rw-r--r-- | Swift/Controllers/HistoryViewController.h | 4 | 
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_;  | 
 Swift