mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Use override
This commit is contained in:
parent
d6b430c262
commit
ef9e6465d0
@ -289,8 +289,10 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
|
|||||||
// Either argument may be NULL
|
// Either argument may be NULL
|
||||||
virtual void GetTracksUsableArea(int *width, int *height) const;
|
virtual void GetTracksUsableArea(int *width, int *height) const;
|
||||||
|
|
||||||
virtual void Refresh(bool eraseBackground = true,
|
void Refresh
|
||||||
const wxRect *rect = (const wxRect *) NULL);
|
(bool eraseBackground = true, const wxRect *rect = (const wxRect *) NULL)
|
||||||
|
override;
|
||||||
|
|
||||||
virtual void RefreshTrack(Track *trk, bool refreshbacking = true);
|
virtual void RefreshTrack(Track *trk, bool refreshbacking = true);
|
||||||
|
|
||||||
virtual void DisplaySelection();
|
virtual void DisplaySelection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user