From 78aa4be170b61b26e4f2fcb899413700b2c6cac4 Mon Sep 17 00:00:00 2001 From: frohlich Date: Sat, 17 Oct 2009 19:21:26 +0000 Subject: [PATCH] Fix 64 bit linux builds. Modified Files: src/ATCDCL/ATCVoice.hxx --- src/ATCDCL/ATCVoice.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATCDCL/ATCVoice.hxx b/src/ATCDCL/ATCVoice.hxx index 5da976848..f4b6c7f50 100644 --- a/src/ATCDCL/ATCVoice.hxx +++ b/src/ATCDCL/ATCVoice.hxx @@ -56,7 +56,7 @@ private: // the sound and word position data char* rawSoundData; - unsigned int rawDataSize; + size_t rawDataSize; SGSoundSample *SoundData; // A map of words vs. byte position and length in rawSoundData