summaryrefslogtreecommitdiffstats
path: root/ingen/Store.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-25 13:50:13 -0500
committerDavid Robillard <d@drobilla.net>2017-12-25 16:26:13 -0500
commit25177612b20f7d3ebd4138fed9cd9acffec7e756 (patch)
tree8f060c9cb370eeb4a94f63a0fa5386b44f65efa6 /ingen/Store.hpp
parent3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2 (diff)
downloadingen-25177612b20f7d3ebd4138fed9cd9acffec7e756.tar.gz
ingen-25177612b20f7d3ebd4138fed9cd9acffec7e756.tar.bz2
ingen-25177612b20f7d3ebd4138fed9cd9acffec7e756.zip
Fix inconsistent parameter names
Diffstat (limited to 'ingen/Store.hpp')
-rw-r--r--ingen/Store.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Store.hpp b/ingen/Store.hpp
index f439c523..485b7355 100644
--- a/ingen/Store.hpp
+++ b/ingen/Store.hpp
@@ -70,7 +70,7 @@ public:
*
* Note this invalidates `i`.
*/
- void rename(iterator i, const Raul::Path& new_path);
+ void rename(iterator top, const Raul::Path& new_path);
unsigned child_name_offset(const Raul::Path& parent,
const Raul::Symbol& symbol,