aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-17 11:36:49 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-17 11:37:25 -0800
commit9787901ddb05d3ceb4ed4fc66b76581acc37d62e (patch)
treee8478d3eab028eca5713c3e69e773c898e7ee5a0 /event.h
parent6e58c9f7c8f21b4e5eaa698d275eefe013117cdf (diff)
Fix for removing too many event handlers (that's why "Goodbye" never got printed")
Diffstat (limited to 'event.h')
-rw-r--r--event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.h b/event.h
index 647e6553..a32c2b3c 100644
--- a/event.h
+++ b/event.h
@@ -158,7 +158,7 @@ void event_free( event_t *e );
/**
Returns a string describing the specified event.
*/
-wcstring event_get_desc( event_t *e );
+wcstring event_get_desc( const event_t *e );
/**
Fire a generic event with the specified name