aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/eventhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/eventhandler.h')
-rw-r--r--engines/lastexpress/eventhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/eventhandler.h b/engines/lastexpress/eventhandler.h
index 8536bba7e7..106878fbbd 100644
--- a/engines/lastexpress/eventhandler.h
+++ b/engines/lastexpress/eventhandler.h
@@ -44,8 +44,8 @@ public:
// Function pointer for event handler
typedef Common::Functor1<const Common::Event&, void> EventFunction;
- virtual void eventMouse(const Common::Event &ev) {}; // Event type 1
- virtual void eventTick(const Common::Event &ev) {}; // Event type 3
+ virtual void eventMouse(const Common::Event &ev) {} // Event type 1
+ virtual void eventTick(const Common::Event &ev) {} // Event type 3
};
} // End of namespace LastExpress