rename Controllable::WholeGroup => InverseGroup to reflect real intent.
[ardour.git] / libs / pbd / pbd / controllable.h
index 727153a2770fb4e3a51e0e9495769e7de7f47141..51c9c64be1be2dcee881d2f2b35167713d37342a 100644 (file)
@@ -82,7 +82,7 @@ class LIBPBD_API Controllable : public PBD::StatefulDestructible {
         */
 
        enum GroupControlDisposition {
-               WholeGroup,  /* set all controls in the same "group" as this one */
+               InverseGroup,  /* set all controls in the same "group" as this one */
                NoGroup,     /* set only this control */
                UseGroup     /* use group settings to decide which group controls are altered */
        };