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

test/RunChromaprint: add missing `override`

parent a8545958
...@@ -165,8 +165,8 @@ public: ...@@ -165,8 +165,8 @@ public:
return GetCommand(); return GetCommand();
} }
void SubmitReplayGain(const ReplayGainInfo *) {} void SubmitReplayGain(const ReplayGainInfo *) override {}
void SubmitMixRamp(MixRampInfo &&) {} void SubmitMixRamp(MixRampInfo &&) override {}
}; };
void 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