diff options
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r-- | project2/common/rowProcessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h index 8a52e01..e435bf4 100644 --- a/project2/common/rowProcessor.h +++ b/project2/common/rowProcessor.h @@ -31,7 +31,7 @@ class RowProcessor : public IHaveParameters { virtual void rowReady(const RowState *) const = 0; typedef ANONORDEREDSTORAGEOF(Cache) Caches; Caches caches; - typedef boost::tuple<PresenterPtr, CachePtr> TargetCache; + typedef boost::tuple<RowSetPresenterPtr, CachePtr> TargetCache; typedef boost::shared_ptr<TargetCache> TargetCachePtr; typedef std::set<TargetCachePtr> TargetCaches; mutable TargetCaches tc; |