aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/level9/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/level9/detection.h')
-rw-r--r--engines/glk/level9/detection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/level9/detection.h b/engines/glk/level9/detection.h
index ae876b9bc5..f6832d1a8c 100644
--- a/engines/glk/level9/detection.h
+++ b/engines/glk/level9/detection.h
@@ -101,7 +101,7 @@ public:
class GameDetection : public Scanner {
private:
byte *&_startData;
- size_t &_fileSize;
+ uint32 &_fileSize;
bool _crcInitialized;
uint16 _crcTable[256];
public:
@@ -110,7 +110,7 @@ public:
/**
* Constructor
*/
- GameDetection(byte *&startData, size_t &fileSize);
+ GameDetection(byte *&startData, uint32 &fileSize);
/**
* Identify a game from its data length, checksum, and CRC. Returns the