Browse Source

Added missing override

tags/2021-05-28
jules 10 years ago
parent
commit
34a8eaafc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_utils/gui/juce_AudioThumbnail.h

+ 1
- 1
modules/juce_audio_utils/gui/juce_AudioThumbnail.h 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.


Loading…
Cancel
Save