Revert "Small cleanups in audioproperties.cpp."

This reverts commit b49e3e56202dc5a15f2c4eee6b2b8f978382d655.
This commit is contained in:
Tsuda Kageyu 2015-08-31 16:29:13 +09:00
parent 70f8fb1bae
commit 5ca4cd2f52

View File

@ -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.