diff options
| author | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-20 15:48:19 (GMT) |
|---|---|---|
| committer | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-20 15:48:19 (GMT) |
| commit | 472d64357939d7cf4b70a6a47c83d93d500397d9 (patch) | |
| tree | 85f5390d251a6838ba13b9029fff2d9daa70e3be /Swift/Controllers/HistoryViewController.h | |
| parent | 36377ac0e0443de02d2a0d24bbe8632f12d211cd (diff) | |
| download | swift-contrib-472d64357939d7cf4b70a6a47c83d93d500397d9.zip swift-contrib-472d64357939d7cf4b70a6a47c83d93d500397d9.tar.bz2 | |
Refactor HistoryViewController.
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