Commit 6bab3bcf authored by Max Kellermann's avatar Max Kellermann

test/RunChromaprint: add missing `override`

parent a8545958
......@@ -165,8 +165,8 @@ public:
return GetCommand();
}
void SubmitReplayGain(const ReplayGainInfo *) {}
void SubmitMixRamp(MixRampInfo &&) {}
void SubmitReplayGain(const ReplayGainInfo *) override {}
void SubmitMixRamp(MixRampInfo &&) override {}
};
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment