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

Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'.

This commit is contained in:
jules 2019-01-18 09:09:06 +00:00
parent cdb55f70c2
commit da2b10ada6
19 changed files with 47 additions and 48 deletions

View file

@ -479,7 +479,7 @@ public:
static void test (UnitTest& unitTest, bool inPlace, Random& r)
{
constexpr int numSamples = 2048;
const int numSamples = 2048;
int32 original[numSamples], converted[numSamples], reversed[numSamples];
{