mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-07 17:43:53 +01:00
Register MakeTrackShifter properly
This commit is contained in:
@@ -262,6 +262,7 @@ template<> auto MakeTrackShifter::Implementation() -> Function {
|
||||
return std::make_unique<CoarseTrackShifter>(track);
|
||||
};
|
||||
}
|
||||
static MakeTrackShifter registerMakeTrackShifter;
|
||||
|
||||
void ClipMoveState::Init(
|
||||
AudacityProject &project,
|
||||
|
||||
Reference in New Issue
Block a user