fix thinko-typo in SoloControl::soloed_by_others()
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jul 2016 01:47:04 +0000 (21:47 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jul 2016 01:47:04 +0000 (21:47 -0400)
libs/ardour/ardour/solo_control.h

index 89aa16d02277bc017d42ccf7e38f9c7565141d0e..3f0f522fc3589d4bd54778893f5162c49c9fd538 100644 (file)
@@ -72,7 +72,7 @@ class LIBARDOUR_API SoloControl : public SlavableAutomationControl
                return self_soloed() || get_masters_value ();
        }
        bool soloed_by_others () const {
-               return _soloed_by_others_downstream || _soloed_by_others_downstream || get_masters_value ();
+               return _soloed_by_others_downstream || _soloed_by_others_upstream || get_masters_value ();
        }
        uint32_t soloed_by_others_upstream () const {
                return _soloed_by_others_upstream;