From: frohlich Date: Sat, 17 Oct 2009 19:21:26 +0000 (+0000) Subject: Fix 64 bit linux builds. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78aa4be170b61b26e4f2fcb899413700b2c6cac4;p=flightgear.git Fix 64 bit linux builds. Modified Files: src/ATCDCL/ATCVoice.hxx --- 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