diff options
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r-- | src/GlobalEvents.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx index 16de7e675..47ec6d070 100644 --- a/src/GlobalEvents.hxx +++ b/src/GlobalEvents.hxx @@ -29,6 +29,8 @@ #endif #endif +class EventLoop; + namespace GlobalEvents { enum Event { /** database update was finished */ @@ -59,7 +61,7 @@ namespace GlobalEvents { typedef void (*Handler)(); - void Initialize(); + void Initialize(EventLoop &loop); void Deinitialize(); |