diff options
Diffstat (limited to 'src/engine/events/DisconnectAll.hpp')
-rw-r--r-- | src/engine/events/DisconnectAll.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp index aae6f84d..c4f6e6b6 100644 --- a/src/engine/events/DisconnectAll.hpp +++ b/src/engine/events/DisconnectAll.hpp @@ -70,7 +70,7 @@ private: OBJECT_NOT_FOUND, }; - void remove_connection(ConnectionImpl* c); + void maybe_remove_connection(ConnectionImpl* c); Raul::Path _parent_path; Raul::Path _path; |