summaryrefslogtreecommitdiffstats
path: root/client/x11/events_loop_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/events_loop_p.h')
-rw-r--r--client/x11/events_loop_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/x11/events_loop_p.h b/client/x11/events_loop_p.h
index 0a70d3ed..d339ca4b 100644
--- a/client/x11/events_loop_p.h
+++ b/client/x11/events_loop_p.h
@@ -31,6 +31,7 @@ class EventWrapper;
class EventsLoop_p {
public:
+ class Trigger_p;
void remove_wrapper(EventWrapper*);
public:
@@ -41,7 +42,7 @@ public:
friend class EventWrapper;
};
-class Trigger_p {
+class EventsLoop_p::Trigger_p {
public:
Trigger_p() : _pending_int (false) {}
int get_fd() { return _event_fd;}