diff options
Diffstat (limited to 'src/engine/events/Disconnect.hpp')
-rw-r--r-- | src/engine/events/Disconnect.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/engine/events/Disconnect.hpp b/src/engine/events/Disconnect.hpp index 0c177d0a..7a22e474 100644 --- a/src/engine/events/Disconnect.hpp +++ b/src/engine/events/Disconnect.hpp @@ -88,16 +88,15 @@ private: CONNECTION_NOT_FOUND }; - Raul::Path _src_port_path; - Raul::Path _dst_port_path; + const Raul::Path _src_port_path; + const Raul::Path _dst_port_path; PatchImpl* _patch; PortImpl* _src_port; PortImpl* _dst_port; - CompiledPatch* _compiled_patch; ///< New process order for Patch - - SharedPtr<Impl> _impl; + Impl* _impl; + CompiledPatch* _compiled_patch; }; } // namespace Events |