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

Tidied up some more old typedefs

This commit is contained in:
jules 2018-05-11 14:44:51 +01:00
parent f3e1e52c88
commit 87042769b6
16 changed files with 32 additions and 37 deletions

View file

@ -30,11 +30,11 @@ namespace juce
//==============================================================================
/** The type used for OSC type tags. */
typedef char OSCType;
using OSCType = char;
/** The type used for OSC type tag strings. */
typedef Array<OSCType> OSCTypeList;
using OSCTypeList = Array<OSCType>;
//==============================================================================