1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Added a couple of missing 'override's

This commit is contained in:
jules 2017-06-19 11:06:28 +01:00
parent 38ba6e9884
commit d7197f8f42
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ public:
//==============================================================================
/** @internal */
void applyEffect (Image& sourceImage, Graphics& destContext, float scaleFactor, float alpha);
void applyEffect (Image& sourceImage, Graphics& destContext, float scaleFactor, float alpha) override;
private:

View file

@ -61,7 +61,7 @@ public:
//==============================================================================
/** @internal */
void applyEffect (Image& sourceImage, Graphics& destContext, float scaleFactor, float alpha);
void applyEffect (Image& sourceImage, Graphics& destContext, float scaleFactor, float alpha) override;
private:
//==============================================================================