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:
parent
cdb55f70c2
commit
da2b10ada6
19 changed files with 47 additions and 48 deletions
|
|
@ -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];
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue