diff options
Diffstat (limited to 'src/libs/client/PortModel.hpp')
-rw-r--r-- | src/libs/client/PortModel.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/client/PortModel.hpp b/src/libs/client/PortModel.hpp index 8624c031..06f04e78 100644 --- a/src/libs/client/PortModel.hpp +++ b/src/libs/client/PortModel.hpp @@ -74,8 +74,8 @@ public: private: friend class Store; - PortModel(const Path& path, DataType type, Direction dir) - : ObjectModel(path, true), + PortModel(Store& store, const Path& path, DataType type, Direction dir) + : ObjectModel(store, path, true), _type(type), _direction(dir), _current_val(0.0f), |