summaryrefslogtreecommitdiff
path: root/project2/common/presenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/presenter.cpp')
-rw-r--r--project2/common/presenter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/presenter.cpp b/project2/common/presenter.cpp
index b4b7379..5636452 100644
--- a/project2/common/presenter.cpp
+++ b/project2/common/presenter.cpp
@@ -121,5 +121,5 @@ MultiRowSetPresenter::finalizeContent() const
{
}
-INSTANTIATEFACTORY(MultiRowSetPresenter, const ScriptNode *, const ObjectSource &, ExecContext *);
+INSTANTIATEFACTORY(MultiRowSetPresenter, std::shared_ptr<const ScriptNode>, const ObjectSource &, ExecContext *);