mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
FLAC: Avoid using deprecated functions.
This commit is contained in:
parent
a77abedf63
commit
0b01461d50
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user