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 d08a7f4..9870e53 100644 --- a/src/synth_gui.h +++ b/src/synth_gui.h @@ -5,6 +5,6 @@ #include "synth_engine.h" -void rayrun(void *synthData); +void rayrun(synth_t *synth); #endif /* SYNTH_GUI_H */ |