summaryrefslogtreecommitdiff
path: root/project2/common/rowProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r--project2/common/rowProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h
index 66f99ec..990b228 100644
--- a/project2/common/rowProcessor.h
+++ b/project2/common/rowProcessor.h
@@ -26,7 +26,7 @@ class DLL_PUBLIC RowProcessor : public IHaveParameters {
const bool IRSE;
protected:
- boost::intrusive_ptr<RowSet> source;
+ std::shared_ptr<RowSet> source;
void execute(ExecContext *, const RowProcessorCallback &) const;
private: