Reduce dependencies to switcher-data.hpp implementation details

This is necessary for the switch to libremidi version 4 due to
incompatabilities  with websocketpp, but also might save some headaches
later on.
This commit is contained in:
WarmUpTill
2023-12-01 23:51:11 +01:00
committed by WarmUpTill
parent 258a6d076e
commit fb664b6f08
14 changed files with 137 additions and 46 deletions

View File

@@ -45,7 +45,7 @@ void SwitcherData::Prune()
}
if (nonMatchingScene && !WeakSourceValid(nonMatchingScene)) {
switchIfNotMatching = NoMatch::NO_SWITCH;
switchIfNotMatching = NoMatchBehavior::NO_SWITCH;
nonMatchingScene = nullptr;
}