1
0
Fork 0

Fix 64 bit linux builds.

Modified Files:
	src/ATCDCL/ATCVoice.hxx
This commit is contained in:
frohlich 2009-10-17 19:21:26 +00:00 committed by Tim Moore
parent 1b08051597
commit 78aa4be170

View file

@ -56,7 +56,7 @@ private:
// the sound and word position data // the sound and word position data
char* rawSoundData; char* rawSoundData;
unsigned int rawDataSize; size_t rawDataSize;
SGSoundSample *SoundData; SGSoundSample *SoundData;
// A map of words vs. byte position and length in rawSoundData // A map of words vs. byte position and length in rawSoundData