summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_group_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-30 18:25:11 +0200
committerRobin Gareus <robin@gareus.org>2014-06-30 18:33:05 +0200
commitbae86a2d908122d0bb54afcce82d2cf232268a8a (patch)
treedd02552b2e063fb877684d15d1ab4092ed45140b /gtk2_ardour/route_group_dialog.h
parent26ba90815b7e0e5ce4823e6fe86edc795bb3e7b1 (diff)
Disallow empty names for Groups, automatically enumerate them
Diffstat (limited to 'gtk2_ardour/route_group_dialog.h')
-rw-r--r--gtk2_ardour/route_group_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_group_dialog.h b/gtk2_ardour/route_group_dialog.h
index 6440a7c6a2..1200175e99 100644
--- a/gtk2_ardour/route_group_dialog.h
+++ b/gtk2_ardour/route_group_dialog.h
@@ -55,7 +55,7 @@ private:
void gain_toggled ();
void update ();
- bool unique_name () const;
+ bool unique_name (std::string const name) const;
};