aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/composer/resource.h')
-rw-r--r--engines/composer/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/composer/resource.h b/engines/composer/resource.h
index 4248ad949a..f97a628933 100644
--- a/engines/composer/resource.h
+++ b/engines/composer/resource.h
@@ -106,7 +106,7 @@ public:
Animation *_anim;
- bool hasResource(uint32 tag, uint16 id) const;
+ bool hasResource(uint32 tag, uint16 id) const;
Common::SeekableReadStream *getResource(uint32 tag, uint16 id, bool buffering);
protected: