summaryrefslogtreecommitdiff
path: root/libs/pbd/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-21 12:04:20 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-22 11:58:31 -0500
commit23794eca5b4c352709e9054a9f32cab01228af25 (patch)
tree80c4e6fd563726cfe9cadbb672d81e6476a33858 /libs/pbd/enums.cc
parent9e5b7db89f381c70232fab35dc21fd885863f998 (diff)
rename Controllable::WholeGroup => InverseGroup to reflect real intent.
Add logic to RouteGroupMember::use_group() to implement the real intent of InverseGroup
Diffstat (limited to 'libs/pbd/enums.cc')
-rw-r--r--libs/pbd/enums.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/enums.cc b/libs/pbd/enums.cc
index 5e68824bac..e8bb80742d 100644
--- a/libs/pbd/enums.cc
+++ b/libs/pbd/enums.cc
@@ -41,7 +41,7 @@ setup_libpbd_enums ()
REGISTER_CLASS_ENUM (Controllable, GainLike);
REGISTER (controllable_flags);
- REGISTER_CLASS_ENUM (Controllable, WholeGroup);
+ REGISTER_CLASS_ENUM (Controllable, InverseGroup);
REGISTER_CLASS_ENUM (Controllable, UseGroup);
REGISTER_CLASS_ENUM (Controllable, NoGroup);
REGISTER (controllable_group_disposition);