aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 19:02:25 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 19:02:25 -0800
commitb6bc4381fb84caabb3631b654c8bb1f578657b7b (patch)
treeef5bcc660000a9dbdbdcb75ab627a0b056b499aa /function.h
parentb3d0561c09c090a00544a24f1fcafb975a9d6915 (diff)
Get event_t off of halloc (!)
Diffstat (limited to 'function.h')
-rw-r--r--function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.h b/function.h
index 93f76b3c..547100c7 100644
--- a/function.h
+++ b/function.h
@@ -46,7 +46,7 @@ struct function_data_t
/**
List of all event handlers for this function
*/
- std::vector<event_t *> events;
+ std::vector<event_t> events;
/**
List of all named arguments for this function
*/