]> git.mxchange.org Git - flightgear.git/commitdiff
Fix 64 bit linux builds.
authorfrohlich <frohlich>
Sat, 17 Oct 2009 19:21:26 +0000 (19:21 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 17 Oct 2009 21:58:41 +0000 (23:58 +0200)
Modified Files:
src/ATCDCL/ATCVoice.hxx

src/ATCDCL/ATCVoice.hxx

index 5da9768481fdf5a9b0f2d7502422abc03980614f..f4b6c7f50b399952a40ad35634bd0150d6747401 100644 (file)
@@ -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