aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/puzzle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h
index 5e060c009a..18dfcb821c 100644
--- a/engines/zvision/puzzle.h
+++ b/engines/zvision/puzzle.h
@@ -64,7 +64,7 @@ struct Puzzle {
uint32 key;
Common::List<Criteria> criteriaList;
// This has to be list of pointers because ResultAction is abstract
- Common::List<Common::SharedPtr<ResultAction>> resultActions;
+ Common::List<Common::SharedPtr<ResultAction> > resultActions;
uint flags;
// Used by the ScriptManager to allow unique-ification of _referenceTable