File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ InterfaceFlags PropagatingEitherWayPrivate::requiredInterface() const {
562562}
563563
564564inline bool PropagatingEitherWayPrivate::hasStartState () const {
565- return starts_ && !starts_->empty ();
565+ return starts_ && !starts_->empty () && starts_-> front ()-> priority (). enabled () ;
566566}
567567
568568const InterfaceState& PropagatingEitherWayPrivate::fetchStartState () {
@@ -571,7 +571,7 @@ const InterfaceState& PropagatingEitherWayPrivate::fetchStartState() {
571571}
572572
573573inline bool PropagatingEitherWayPrivate::hasEndState () const {
574- return ends_ && !ends_->empty ();
574+ return ends_ && !ends_->empty () && ends_-> front ()-> priority (). enabled () ;
575575}
576576
577577const InterfaceState& PropagatingEitherWayPrivate::fetchEndState () {
You can’t perform that action at this time.
0 commit comments