aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/labelcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/labelcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/labelcommand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/commands/labelcommand.cpp b/engines/mutationofjb/commands/labelcommand.cpp
index 7593e52bb3..ef2410aff0 100644
--- a/engines/mutationofjb/commands/labelcommand.cpp
+++ b/engines/mutationofjb/commands/labelcommand.cpp
@@ -59,6 +59,7 @@ bool LabelCommandParser::parse(const Common::String &line, ScriptParseContext &p
return true;
}
+
const Common::String &LabelCommand::getName() const {
return _name;
}