aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/x11/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/x11/x11.h')
-rw-r--r--backends/platform/x11/x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/x11/x11.h b/backends/platform/x11/x11.h
index ba29bc7eab..3a46a3f793 100644
--- a/backends/platform/x11/x11.h
+++ b/backends/platform/x11/x11.h
@@ -88,7 +88,7 @@ public:
// Get the next event.
// Returns true if an event was retrieved.
- bool pollEvent(Event &event);
+ bool pollEvent(Common::Event &event);
// Set function that generates samples
bool setSoundCallback(SoundProc proc, void *param);