1
0
Fork 0
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:
jules 2015-07-28 12:49:35 +01:00
parent eb652751c2
commit f26152fa72
7 changed files with 24 additions and 17 deletions

View file

@ -123,7 +123,7 @@ public:
};
void paint (Graphics& g)
void paint (Graphics& g) override
{
fillTiledBackground (g);
}