aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 228d886..8b4bc6f 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -94,7 +94,8 @@ struct toolinfo
int (*valid_object)(struct object *o);
- void (*realise)(struct toolinfo *tip, GtkWidget *w);
+ void (*realise)(struct toolinfo *tip, GtkWidget *w,
+ struct presentation *p);
struct object *(*deserialize)(struct presentation *p,
struct ds_node *root,