From 34a8eaafc0fc744ee20092a6276b5b7e42bbfc78 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 11 Aug 2015 14:40:26 +0100 Subject: [PATCH] Added missing override --- modules/juce_audio_utils/gui/juce_AudioThumbnail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnail.h b/modules/juce_audio_utils/gui/juce_AudioThumbnail.h index e39c09405f..b22e32be9e 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnail.h +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnail.h @@ -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.