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
|
|
@ -69,7 +69,7 @@ public:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void paint (Graphics&)
|
||||
void paint (Graphics&) override
|
||||
{
|
||||
if (ComponentPeer* const peer = component.getPeer())
|
||||
peer->addMaskedRegion (peer->getComponent().getLocalArea (&component, component.getLocalBounds()));
|
||||
|
|
@ -291,7 +291,7 @@ public:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void run()
|
||||
void run() override
|
||||
{
|
||||
{
|
||||
// Allow the message thread to finish setting-up the context before using it..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue