mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Updated the comment for DebugListener class
This commit is contained in:
parent
886236b978
commit
496b58e0c9
@ -46,6 +46,10 @@ namespace TagLib
|
||||
DebugListener();
|
||||
virtual ~DebugListener();
|
||||
|
||||
/*!
|
||||
* When overridden in a derived class, redirects \a msg to your preferred
|
||||
* channel such as stderr, Windows debugger or so forth.
|
||||
*/
|
||||
virtual void printMessage(const String &msg) = 0;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user