aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/data/sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/data/sequence.h')
-rw-r--r--engines/lastexpress/data/sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/data/sequence.h b/engines/lastexpress/data/sequence.h
index eadc2962f8..7de4b2dfa4 100644
--- a/engines/lastexpress/data/sequence.h
+++ b/engines/lastexpress/data/sequence.h
@@ -155,7 +155,7 @@ public:
bool load(Common::SeekableReadStream *stream, byte field30 = 15);
- uint16 count() const { return (uint16)_frames.size(); };
+ uint16 count() const { return (uint16)_frames.size(); }
AnimFrame *getFrame(uint16 index = 0);
FrameInfo *getFrameInfo(uint16 index = 0);