summaryrefslogtreecommitdiff
path: root/src/events
diff options
context:
space:
mode:
Diffstat (limited to 'src/events')
-rw-r--r--src/events/mouseevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h
index a717980f9..8ef65cca4 100644
--- a/src/events/mouseevent.h
+++ b/src/events/mouseevent.h
@@ -235,7 +235,7 @@ class MouseEvent: public InputGuiEvent
* to widget the mouse listener receiving the events have registered
* to.
*/
- friend class gcn::Gui;
+ friend class Gui;
};
#endif // EVENTS_MOUSEEVENT_H