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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user