Updated the comment for DebugListener class

This commit is contained in:
Tsuda Kageyu 2013-06-11 19:23:46 +09:00
parent 886236b978
commit 496b58e0c9

View File

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