mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fix class/struct warnings.
This commit is contained in:
@@ -12,10 +12,10 @@ Paul Licameli
|
||||
#define __AUDACITY_TRACK_PANEL_DRAWABLE__
|
||||
|
||||
struct TrackPanelDrawingContext;
|
||||
struct wxRect;
|
||||
class wxRect;
|
||||
|
||||
/// \brief Drawing interface common to cells, groups of cells, and temporary handles in CellularPanel
|
||||
class TrackPanelDrawable {
|
||||
class AUDACITY_DLL_API TrackPanelDrawable {
|
||||
public:
|
||||
virtual ~TrackPanelDrawable() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user