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

Fix for checkerboard rendering. Minor clean-ups.

This commit is contained in:
Julian Storer 2010-07-01 20:00:20 +01:00
parent a9b1c0cd4e
commit 258414bad2
7 changed files with 25 additions and 29 deletions

View file

@ -691,7 +691,7 @@ private:
ParamHolder (uint32_t num) { params = new var [num]; }
~ParamHolder() { delete[] params; }
var* params;
var* params;
};
ParamHolder params (argCount);