test/RunChromaprint: add missing `override`

This commit is contained in:
Max Kellermann 2019-03-20 13:30:13 +01:00
parent a854595886
commit 6bab3bcfea
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ public:
return GetCommand();
}
void SubmitReplayGain(const ReplayGainInfo *) {}
void SubmitMixRamp(MixRampInfo &&) {}
void SubmitReplayGain(const ReplayGainInfo *) override {}
void SubmitMixRamp(MixRampInfo &&) override {}
};
void