mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 21:25:32 -05:00
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:
@@ -45,7 +45,7 @@ void SwitcherData::Prune()
|
||||
}
|
||||
|
||||
if (nonMatchingScene && !WeakSourceValid(nonMatchingScene)) {
|
||||
switchIfNotMatching = NoMatch::NO_SWITCH;
|
||||
switchIfNotMatching = NoMatchBehavior::NO_SWITCH;
|
||||
nonMatchingScene = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user