Get event_t off of halloc (!)

This commit is contained in:
ridiculousfish
2012-02-08 19:02:25 -08:00
parent b3d0561c09
commit b6bc4381fb
8 changed files with 110 additions and 186 deletions

View File

@@ -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
*/