aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Main.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index 7047cced8..6ce079434 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -22,9 +22,11 @@
#include <glib.h>
+class EventLoop;
+
extern GThread *main_task;
-extern GMainLoop *main_loop;
+extern EventLoop *main_loop;
extern struct Partition *global_partition;