aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/intro.h')
-rw-r--r--engines/lure/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/intro.h b/engines/lure/intro.h
index 848d0ca19e..1a14ae1ec1 100644
--- a/engines/lure/intro.h
+++ b/engines/lure/intro.h
@@ -35,7 +35,7 @@ private:
bool showScreen(uint16 screenId, uint16 paletteId, uint16 delaySize);
bool delay(uint32 milliseconds);
public:
- Introduction(Screen &screen, OSystem &system): _screen(screen), _system(system) {};
+ Introduction(Screen &screen, OSystem &system): _screen(screen), _system(system) {}
bool show();
};