summaryrefslogtreecommitdiff
path: root/amiga/drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/drag.h')
-rw-r--r--amiga/drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/drag.h b/amiga/drag.h
index 2b3cfd2ef..35f2754ee 100644
--- a/amiga/drag.h
+++ b/amiga/drag.h
@@ -26,7 +26,7 @@ void *drag_save_data;
struct gui_window *drag_save_gui;
void gui_drag_save_selection(struct gui_window *g, const char *selection);
-void gui_drag_save_object(struct gui_window *g, hlcache_handle *c, gui_save_type type);
+void gui_drag_save_object(struct gui_window *g, struct hlcache_handle *c, gui_save_type type);
void ami_drag_save(struct Window *win);
void ami_drag_icon_show(struct Window *win, const char *type);