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

Specific types, const versions: getting track & vruler controls...

... See changes to classes CommonTrackPanelCell and Track; the rest follows
This commit is contained in:
Paul Licameli
2018-11-06 11:02:03 -05:00
parent 43899da80d
commit 6f31a9f7dc
21 changed files with 66 additions and 40 deletions

View File

@@ -372,7 +372,7 @@ void Track::SyncLockAdjust(double oldT1, double newT1)
}
}
std::shared_ptr<Track> Track::FindTrack()
std::shared_ptr<Track> Track::DoFindTrack()
{
return SharedPointer();
}