/********************************************************************** Audacity: A Digital Audio Editor TrackPanelCell.h Paul Licameli **********************************************************************/ #ifndef __AUDACITY_TRACK_PANEL_CELL__ #define __AUDACITY_TRACK_PANEL_CELL__ // Future: TrackPanelCell will be generalized to a new abstract base class of Track // and of other things. class Track; using TrackPanelCell = Track; #endif