aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 03b4dd97ef..348a663e59 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -27,6 +27,7 @@
#include "common/rect.h"
#include "common/hashmap.h"
#include "common/hash-str.h"
+#include "common/str.h"
#include "common/stream.h"
#include "common/array.h"
@@ -286,7 +287,7 @@ enum {
};
class GfxObj {
- char *_name;
+ Common::String _name;
Frames *_frames;
public: