summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-22 10:33:04 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:12 (GMT)
commita158169f9143904d8d1dd18609563505f1c49c75 (patch)
tree7427765f69bf02b80dbab0849edb943a89fefbc1 /Swift/Controllers/HistoryViewController.h
parent88d6b5d7a0867cbb045dedb59d18f9795ee3701e (diff)
downloadswift-contrib-a158169f9143904d8d1dd18609563505f1c49c75.zip
swift-contrib-a158169f9143904d8d1dd18609563505f1c49c75.tar.bz2
jump to the next matching day using the next/previous buttons
Diffstat (limited to 'Swift/Controllers/HistoryViewController.h')
-rw-r--r--Swift/Controllers/HistoryViewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/HistoryViewController.h b/Swift/Controllers/HistoryViewController.h
index a7667c4..e78b5be 100644
--- a/Swift/Controllers/HistoryViewController.h
+++ b/Swift/Controllers/HistoryViewController.h
@@ -56,7 +56,7 @@ namespace Swift {
std::map<HistoryMessage::Type, ContactsMap> contacts_;
ContactRosterItem* selectedItem_;
- HistoryMessage::Type currentItemType_;
+ HistoryMessage::Type selectedItemType_;
boost::gregorian::date currentResultDate_;
};
}