Use override
This commit is contained in:
2
3rdparty/taglib/toolkit/tdebuglistener.cpp
vendored
2
3rdparty/taglib/toolkit/tdebuglistener.cpp
vendored
@@ -37,7 +37,7 @@ using namespace Strawberry_TagLib::TagLib;
|
||||
namespace {
|
||||
class DefaultListener : public DebugListener {
|
||||
public:
|
||||
virtual void printMessage(const String &msg) {
|
||||
void printMessage(const String &msg) override {
|
||||
#ifdef _WIN32
|
||||
|
||||
const wstring wstr = msg.toWString();
|
||||
|
||||
Reference in New Issue
Block a user