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/Resource.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ingen/Resource.hpp') diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index aa047e51..8cfdb02a 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -142,17 +142,17 @@ public: * for one property may exist in `p` will all be set (unlike simply * calling set_property in a loop which would only set one value). */ - void set_properties(const Properties& p); + void set_properties(const Properties& props); /** Add several properties at once. */ - void add_properties(const Properties& p); + void add_properties(const Properties& props); /** Remove several properties at once. * * This removes all matching properties (both key and value), or all * properties with a matching key if the value in `p` is patch:wildcard. */ - void remove_properties(const Properties& p); + void remove_properties(const Properties& props); /** Hook called whenever a property is added. * -- cgit v1.2.1