mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Get event_t off of halloc (!)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user