diff options
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r-- | src/depricatedevent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h index 7262a0a37..07e1466d5 100644 --- a/src/depricatedevent.h +++ b/src/depricatedevent.h @@ -152,7 +152,8 @@ class DepricatedEvent const throw (BadDepricatedEvent); // Sends event to all listener on the channel - static void trigger(const Channels channel, const DepricatedEvent &event); + static void trigger(const Channels channel, + const DepricatedEvent &event); // Removes a listener from all channels static void remove(Listener *const listener); |