From 2bff8c999edde11270ecaf6fbd2d24f54d0e360b Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 29 Jun 2022 22:15:36 +0200 Subject: refactor: cell helper take matrix as shared pointer --- src/interfaces/cell_helper.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/cell_helper.hpp') diff --git a/src/interfaces/cell_helper.hpp b/src/interfaces/cell_helper.hpp index d814aa7..69bf8b0 100644 --- a/src/interfaces/cell_helper.hpp +++ b/src/interfaces/cell_helper.hpp @@ -28,5 +28,5 @@ public: }; template -using ICellHelperFactory = - yacppdic::Factory(const IMatrix &matrix)>; +using ICellHelperFactory = yacppdic::Factory( + const std::shared_ptr> &matrix)>; -- cgit v1.2.3-18-g5258