1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)

This commit is contained in:
Julian Storer 2010-05-14 15:18:44 +01:00
parent a43448df13
commit ed97872c1a
74 changed files with 571 additions and 775 deletions

View file

@ -29,7 +29,7 @@ BEGIN_JUCE_NAMESPACE
// N.B. these two includes are put here deliberately to avoid problems with
// old GCCs failing on long include paths
#include "../../../containers/juce_VoidArray.h"
#include "../../../containers/juce_Array.h"
#include "../../../containers/juce_OwnedArray.h"
#include "juce_KeyMappingEditorComponent.h"