summaryrefslogtreecommitdiff
path: root/synth/note_skel.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note_skel.h')
-rw-r--r--synth/note_skel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/note_skel.h b/synth/note_skel.h
index b36d28c..75cdc8f 100644
--- a/synth/note_skel.h
+++ b/synth/note_skel.h
@@ -10,7 +10,7 @@ class NoteSkel
{
public:
NoteSkel(int n, float v,program_t &prg, jack_nframes_t pf, fixed_t pb, int prg_no);
- virtual ~NoteSkel()=0;
+ virtual ~NoteSkel();
virtual fixed_t get_sample()=0;
int get_program();