Fix 64 bit linux builds.
Modified Files: src/ATCDCL/ATCVoice.hxx
This commit is contained in:
parent
1b08051597
commit
78aa4be170
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue