From 25177612b20f7d3ebd4138fed9cd9acffec7e756 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 13:50:13 -0500 Subject: Fix inconsistent parameter names --- ingen/client/ClientStore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/client/ClientStore.hpp') diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp index 45662afb..8850f401 100644 --- a/ingen/client/ClientStore.hpp +++ b/ingen/client/ClientStore.hpp @@ -105,7 +105,7 @@ private: void add_object(SPtr object); SPtr remove_object(const Raul::Path& path); - void add_plugin(SPtr plugin); + void add_plugin(SPtr pm); SPtr connection_graph(const Raul::Path& tail_path, const Raul::Path& head_path); -- cgit v1.2.1