Skip to content

Commit 00db0be

Browse files
committed
WaveformMark: fix incorrect destructor
thanks @fixxiefixx for the fixx Signed-off-by: Owen Williams <owilliams@mixxx.org>
1 parent 321034f commit 00db0be

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)