test/RunChromaprint: add missing `override`
This commit is contained in:
parent
a854595886
commit
6bab3bcfea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue