Stripable signals moved to PresentationInfo

This commit is contained in:
Paul Davis 2016-06-05 16:03:36 -04:00
parent 7b2f2a1f6a
commit 5dce39a26b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ STATIC(EndTimeChanged, &ARDOUR::Session::EndTimeChanged, 1)
STATIC(Exported, &ARDOUR::Session::Exported, 2)
// stripable static globals
STATIC(PresentationInfoChange, &Stripable::PresentationInfoChange, 0)
STATIC(Change, &PresentationInfo::Change, 0)
// session specific (re-subscribe when session changes)
SESSION(SessionConfigChanged, config.ParameterChanged, 1)