FLAC: Avoid using deprecated functions.

This commit is contained in:
Tsuda Kageyu 2015-06-26 14:59:11 +09:00
parent a77abedf63
commit 0b01461d50

View File

@ -66,7 +66,7 @@ FLAC::Properties::Properties(File *file, ReadStyle style) :
AudioProperties(style),
d(new PropertiesPrivate())
{
read(file->streamInfoData(), file->streamLength());
debug("FLAC::Properties::Properties() - This constructor is no longer used.");
}
FLAC::Properties::~Properties()