Skip to content

Commit

Permalink
TrackPanelResizerCell: Fix inaccessible base
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <[email protected]>
  • Loading branch information
generic-pers0n committed May 12, 2024
1 parent 0120527 commit 6269065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TrackPanelResizerCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class TrackPanelResizeHandle;
class TrackPanelResizerCell
: public CommonTrackCell
, public std::enable_shared_from_this< TrackPanelResizerCell >
, public ClientData::Base
{
TrackPanelResizerCell(const TrackPanelResizerCell&) = delete;
TrackPanelResizerCell &operator= (const TrackPanelResizerCell&) = delete;
Expand Down

0 comments on commit 6269065

Please sign in to comment.