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:
parent
f3e1e52c88
commit
87042769b6
16 changed files with 32 additions and 37 deletions
|
|
@ -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>;
|
||||
|
||||
//==============================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue