mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
OverlayPanel uses weak_ptr to Overlay, which simplifies other dtors
This commit is contained in:
@@ -193,7 +193,7 @@ private:
|
||||
|
||||
// Cooperating objects
|
||||
class QuickPlayIndicatorOverlay;
|
||||
std::unique_ptr<QuickPlayIndicatorOverlay> mOverlay;
|
||||
std::shared_ptr<QuickPlayIndicatorOverlay> mOverlay;
|
||||
|
||||
class QuickPlayRulerOverlay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user