aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/conversationlinelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/conversationlinelist.h')
-rw-r--r--engines/mutationofjb/conversationlinelist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mutationofjb/conversationlinelist.h b/engines/mutationofjb/conversationlinelist.h
index 9ec446e4b4..0f8346f69a 100644
--- a/engines/mutationofjb/conversationlinelist.h
+++ b/engines/mutationofjb/conversationlinelist.h
@@ -39,8 +39,9 @@ public:
bool isSecondSpeaker() const { return _text.firstChar() == '`'; }
};
+ typedef Common::Array<Speech> Speeches;
struct Line {
- Common::Array<Speech> _speeches;
+ Speeches _speeches;
Common::String _extra;
};