diff options
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r-- | src/gui/GraphPortModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp index 5ce7ea57..b02f63a1 100644 --- a/src/gui/GraphPortModule.hpp +++ b/src/gui/GraphPortModule.hpp @@ -76,7 +76,7 @@ protected: void property_changed(const URI& key, const Atom& value); std::shared_ptr<const client::PortModel> _model; - Port* _port; + Port* _port{nullptr}; }; } // namespace gui |