commit 78aa0e8c2fe285740431d2e443eb5743abc7ab10
parent 22ede270c889ba3d1bfaa59e97cac779f03b6e71
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 29 Dec 2014 13:26:11 +0100
Fix compil
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -204,7 +204,6 @@ struct clap_event
struct clap_event_midi midi;
struct clap_event_control control;
struct clap_event_latency latency;
- struct clap_event_tempo tempo;
struct clap_event_jump jump;
};
};
diff --git a/tools/clap-jack-host/clap-jack-host.c b/tools/clap-jack-host/clap-jack-host.c
@@ -233,7 +233,7 @@ int main(int argc, char **argv)
struct clap_plugin_gui *gui = app.plugin->extension(app.plugin, CLAP_EXT_GUI);
if (gui)
- gui->open_gui(app.plugin);
+ gui->open(app.plugin);
if (jack_activate(app.client)) {
fprintf(stderr, "can't activate jack.\n");