diff options
Diffstat (limited to 'src/events/mouseevent.h')
-rw-r--r-- | src/events/mouseevent.h | 2 |
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 |