diff options
Diffstat (limited to 'project2/common/presenter.cpp')
-rw-r--r-- | project2/common/presenter.cpp | 2 |
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 *); |