diff options
Diffstat (limited to 'plugins/tcl/printevents.h')
-rw-r--r-- | plugins/tcl/printevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tcl/printevents.h b/plugins/tcl/printevents.h index d4ad5d0d..09937b2b 100644 --- a/plugins/tcl/printevents.h +++ b/plugins/tcl/printevents.h @@ -20,7 +20,7 @@ typedef struct { char *event; char *emit; int argc; - xchat_hook *hook; + hexchat_hook *hook; } print_event; enum |