1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-07 17:43:53 +01:00

Register MakeTrackShifter properly

This commit is contained in:
Paul Licameli
2020-10-17 19:45:11 -04:00
parent 6050edb3ca
commit f82b23d9d4

View File

@@ -262,6 +262,7 @@ template<> auto MakeTrackShifter::Implementation() -> Function {
return std::make_unique<CoarseTrackShifter>(track);
};
}
static MakeTrackShifter registerMakeTrackShifter;
void ClipMoveState::Init(
AudacityProject &project,