mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Iterators over TrackPanelCell give shared_ptr
This commit is contained in:
@@ -366,8 +366,8 @@ protected:
|
||||
|
||||
// Find track info by coordinate
|
||||
struct FoundCell {
|
||||
Track *pTrack;
|
||||
TrackPanelCell *pCell;
|
||||
std::shared_ptr<Track> pTrack;
|
||||
std::shared_ptr<TrackPanelCell> pCell;
|
||||
wxRect rect;
|
||||
};
|
||||
FoundCell FindCell(int mouseX, int mouseY);
|
||||
|
||||
Reference in New Issue
Block a user