1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added missing override

This commit is contained in:
jules 2015-08-11 14:40:26 +01:00
parent b2748d44e7
commit 34a8eaafc0

View file

@ -101,7 +101,7 @@ public:
If you're going to generate a thumbnail yourself, call this before using addBlock()
to add the data.
*/
void reset (int numChannels, double sampleRate, int64 totalSamplesInSource = 0);
void reset (int numChannels, double sampleRate, int64 totalSamplesInSource = 0) override;
/** Adds a block of level data to the thumbnail.
Call reset() before using this, to tell the thumbnail about the data format.