mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Tidied up a few compiler warnings in the demo code.
This commit is contained in:
parent
eb652751c2
commit
f26152fa72
7 changed files with 24 additions and 17 deletions
|
|
@ -123,7 +123,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
void paint (Graphics& g)
|
||||
void paint (Graphics& g) override
|
||||
{
|
||||
fillTiledBackground (g);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue