summaryrefslogtreecommitdiff
path: root/src/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/view.h')
-rw-r--r--src/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view.h b/src/view.h
index c9b23dc3..5b726301 100644
--- a/src/view.h
+++ b/src/view.h
@@ -64,7 +64,7 @@ void highlight_rest(DenemoGUI *gui, gint dur);
gboolean loadGraphicItem(gchar *name, DenemoGraphic **pgraphic);
-void activate_action(gchar *path);
+GtkAction *activate_action(gchar *path);
GError *execute_script_file(gchar *filename);