mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Revert "Small cleanups in audioproperties.cpp."
This reverts commit b49e3e56202dc5a15f2c4eee6b2b8f978382d655.
This commit is contained in:
parent
70f8fb1bae
commit
5ca4cd2f52
@ -57,7 +57,7 @@ AudioProperties::~AudioProperties()
|
||||
|
||||
}
|
||||
|
||||
int AudioProperties::lengthInSeconds() const
|
||||
int TagLib::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 AudioProperties::lengthInSeconds() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
int AudioProperties::lengthInMilliseconds() const
|
||||
int TagLib::AudioProperties::lengthInMilliseconds() const
|
||||
{
|
||||
// This is an ugly workaround but we can't add a virtual function.
|
||||
// Should be virtual in taglib2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user