summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-20 13:30:13 +0100
committerMax Kellermann <max@musicpd.org>2019-03-20 13:30:13 +0100
commit6bab3bcfea1c91cfb727ffc354e00f8893ad6d3e (patch)
treed42a5989768a4a81c09c55f39f6a30cf9ea33176 /test
parenta8545958868e7f2805729cb41d49c2eb842826aa (diff)
test/RunChromaprint: add missing `override`
Diffstat (limited to 'test')
-rw-r--r--test/RunChromaprint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/RunChromaprint.cxx b/test/RunChromaprint.cxx
index dfbca8586..b04bf9060 100644
--- a/test/RunChromaprint.cxx
+++ b/test/RunChromaprint.cxx
@@ -165,8 +165,8 @@ public:
return GetCommand();
}
- void SubmitReplayGain(const ReplayGainInfo *) {}
- void SubmitMixRamp(MixRampInfo &&) {}
+ void SubmitReplayGain(const ReplayGainInfo *) override {}
+ void SubmitMixRamp(MixRampInfo &&) override {}
};
void