Skip to content

Commit 838b243

Browse files
authored
Merge pull request mixxxdj#15999 from ywwg/owilliams/graphics-dtr
WaveformMark: fix incorrect destructor
2 parents 321034f + 00db0be commit 838b243

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/waveform/renderers/waveformmark.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class WaveformMark {
1919
public:
2020
class Graphics {
2121
public:
22+
virtual ~Graphics() = default;
2223
// To indicate that the image for the mark needs to be regenerated,
2324
// when the text, color, breadth or level are changed.
2425
bool m_obsolete{};

0 commit comments

Comments
 (0)