Rename SoundData:getBits to getBitDepth (resolve #636)

This commit is contained in:
Bart van Strien
2013-07-11 14:40:52 +02:00
parent e382c8939c
commit 882313551c
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ int SoundData::getChannels() const
return channels;
}
int SoundData::getBits() const
int SoundData::getBitDepth() const
{
return bits;
}