mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 17:18:11 -04:00
Fix compilation
This commit is contained in:
parent
4f8a6fdfaf
commit
b216b448c5
@ -106,7 +106,7 @@ int APE::Properties::bitsPerSample() const
|
||||
return d->bitsPerSample;
|
||||
}
|
||||
|
||||
uint APE::Properties::sampleFrames() const
|
||||
TagLib::uint APE::Properties::sampleFrames() const
|
||||
{
|
||||
return d->sampleFrames;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user