1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Some light modernisation of a bunch of old code

This commit is contained in:
jules 2017-10-04 12:47:27 +01:00
parent bffc53b336
commit 3d7c777238
39 changed files with 492 additions and 635 deletions

View file

@ -174,7 +174,7 @@ public:
void addElement (ElementBase* newElement);
//==============================================================================
OwnedArray <ElementBase> elements;
OwnedArray<ElementBase> elements;
bool usesNonZeroWinding;
private: