mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some 'override' modifiers to overridden methods.
This commit is contained in:
parent
7bd867794c
commit
c75a7300f5
140 changed files with 584 additions and 589 deletions
|
|
@ -160,15 +160,15 @@ public:
|
|||
|
||||
//==============================================================================
|
||||
/** @internal */
|
||||
void paintButton (Graphics&, bool isMouseOverButton, bool isButtonDown);
|
||||
void paintButton (Graphics&, bool isMouseOverButton, bool isButtonDown) override;
|
||||
/** @internal */
|
||||
void buttonStateChanged();
|
||||
void buttonStateChanged() override;
|
||||
/** @internal */
|
||||
void resized();
|
||||
void resized() override;
|
||||
/** @internal */
|
||||
void enablementChanged();
|
||||
void enablementChanged() override;
|
||||
/** @internal */
|
||||
void colourChanged();
|
||||
void colourChanged() override;
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue