Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)

This commit is contained in:
Alex Szpakowski
2013-08-11 04:15:42 -03:00
parent daf50698b8
commit 66a773d2a7
20 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ int GmeDecoder::getChannels() const
return 2;
}
int GmeDecoder::getBits() const
int GmeDecoder::getBitDepth() const
{
return 16;
}