Fix for removing too many event handlers (that's why "Goodbye" never got printed")

This commit is contained in:
ridiculousfish
2012-02-17 11:36:49 -08:00
parent 6e58c9f7c8
commit 9787901ddb
4 changed files with 22 additions and 9 deletions

View File

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