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 7de4b2dfa4..25170993df 100644
--- a/engines/lastexpress/data/sequence.h
+++ b/engines/lastexpress/data/sequence.h
@@ -189,7 +189,7 @@ public:
uint32 getFrame() { return _frame; }
bool nextFrame();
- Common::String getName() { return _sequence->getName(); }
+ Common::String getName();
FrameInfo *getInfo();
bool equal(const SequenceFrame *other) const;