From b209c52ed980db3fed608b2743eec2556869c1bb Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Thu, 16 Jun 2016 18:17:45 +0200 Subject: MACVENTURE: Add filepath retrieval --- engines/macventure/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/macventure/container.h') diff --git a/engines/macventure/container.h b/engines/macventure/container.h index e960ddb9c3..0c6a41ee17 100644 --- a/engines/macventure/container.h +++ b/engines/macventure/container.h @@ -42,7 +42,7 @@ typedef uint32 ContainerHeader; class Container { public: - Container(char *filename) { + Container(const char *filename) { if (!_file.open(filename)) error("Could not open %s", filename); -- cgit v1.2.3