minor syntax

This commit is contained in:
Josh Coalson
2006-05-03 00:20:47 +00:00
parent fe3b8ecc95
commit 6126c83125
4 changed files with 5 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ namespace FLAC {
return (bool)::FLAC__stream_encoder_set_blocksize(encoder_, value);
}
bool Stream::set_apodization(const char *apodization)
bool Stream::set_apodization(const char *specification)
{
FLAC__ASSERT(is_valid());
return (bool)::FLAC__stream_encoder_set_apodization(encoder_, specification);