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:
parent
a43448df13
commit
ed97872c1a
74 changed files with 571 additions and 775 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue