diff options
Diffstat (limited to 'engines/sword2/resman.h')
-rw-r--r-- | engines/sword2/resman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/resman.h b/engines/sword2/resman.h index dcc79927ea..75748e1568 100644 --- a/engines/sword2/resman.h +++ b/engines/sword2/resman.h @@ -29,7 +29,7 @@ #define SWORD2_RESMAN_H namespace Common { - class File; +class File; } #define MAX_MEM_CACHE (8 * 1024 * 1024) // we keep up to 8 megs of resource data files in memory |