summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-22 10:33:04 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-07-22 10:33:04 (GMT)
commit2b6d601fc8ba79fd63ca6c209c1131765ef0c3cb (patch)
tree4df63ab1cff799666e2e58559e2aee8e4c432faa /Swift/Controllers/HistoryViewController.h
parent472d64357939d7cf4b70a6a47c83d93d500397d9 (diff)
downloadswift-contrib-2b6d601fc8ba79fd63ca6c209c1131765ef0c3cb.zip
swift-contrib-2b6d601fc8ba79fd63ca6c209c1131765ef0c3cb.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_;
};
}