mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Small cleanups in audioproperties.cpp.
This commit is contained in:
parent
fa6f33e552
commit
b49e3e5620
@ -57,7 +57,7 @@ AudioProperties::~AudioProperties()
|
||||
|
||||
}
|
||||
|
||||
int TagLib::AudioProperties::lengthInSeconds() const
|
||||
int AudioProperties::lengthInSeconds() const
|
||||
{
|
||||
// This is an ugly workaround but we can't add a virtual function.
|
||||
// Should be virtual in taglib2.
|
||||
@ -105,7 +105,7 @@ int TagLib::AudioProperties::lengthInSeconds() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
int TagLib::AudioProperties::lengthInMilliseconds() const
|
||||
int AudioProperties::lengthInMilliseconds() const
|
||||
{
|
||||
// This is an ugly workaround but we can't add a virtual function.
|
||||
// Should be virtual in taglib2.
|
||||
|
Loading…
Reference in New Issue
Block a user