diff options
Diffstat (limited to 'src/synth_gui.h')
-rw-r--r-- | src/synth_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth_gui.h b/src/synth_gui.h index 73bdbdf..d08a7f4 100644 --- a/src/synth_gui.h +++ b/src/synth_gui.h @@ -5,6 +5,6 @@ #include "synth_engine.h" -void rayrun(void *synthData, PaStream *stream); +void rayrun(void *synthData); #endif /* SYNTH_GUI_H */ |