aboutsummaryrefslogtreecommitdiff
path: root/dw/events.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/events.hh')
-rw-r--r--dw/events.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/events.hh b/dw/events.hh
index 2bd36340..c29cb7f4 100644
--- a/dw/events.hh
+++ b/dw/events.hh
@@ -28,7 +28,7 @@ enum ButtonState
* The dw::core::Event hierarchy describes events in a platform independent
* way.
*/
-class Event: public object::Object
+class Event: public lout::object::Object
{
public:
};