Skip to content

Commit 9b79e2d

Browse files
committed
Duplicate symbol fix
1 parent 77cc016 commit 9b79e2d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/Pd/Setup.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ void slide_tilde_setup();
954954
void snapshot_tilde_setup();
955955
void spike_tilde_setup();
956956
void svf_tilde_setup();
957+
void cyclone_tanh_setup();
957958
void cyclone_tanh_tilde_setup();
958959
void tanx_tilde_setup();
959960
void teeth_tilde_setup();
@@ -1201,6 +1202,7 @@ void svfilter_tilde_setup();
12011202
void symbol2any_setup();
12021203
void smooth_tilde_setup();
12031204
void smooth2_tilde_setup();
1205+
void tanh_setup();
12041206
void tanh_tilde_setup();
12051207
void tabplayer_tilde_setup();
12061208
void tabreader_setup();
@@ -2486,7 +2488,7 @@ void Setup::initialiseCyclone()
24862488
sustain_setup();
24872489
switch_setup();
24882490
table_setup();
2489-
tanh_setup();
2491+
cyclone_tanh_setup();
24902492
thresh_setup();
24912493
togedge_setup();
24922494
tosymbol_setup();

0 commit comments

Comments
 (0)