mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 17:04:28 -04:00
Make the toString() method virtual
This commit is contained in:
@ -87,7 +87,10 @@ namespace TagLib {
|
||||
*/
|
||||
virtual int channels() const = 0;
|
||||
|
||||
String toString() const;
|
||||
/*!
|
||||
* Returns description of the audio file.
|
||||
*/
|
||||
virtual String toString() const;
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user