diff options
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index 291f9af9..944ab752 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -118,7 +118,7 @@ private: // Slots for SigClientInterface signals void rename(const Path& old_path, const Path& new_path); void patch_cleared(const Path& path); - void port_activity(const Path& port_path); + void activity(const Path& path); bool attempt_connection(const Path& src_port_path, const Path& dst_port_path, bool add_orphan=false); |