mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidied up some ValueTree code.
This commit is contained in:
parent
085e453f10
commit
6cd2f43afa
4 changed files with 38 additions and 74 deletions
|
|
@ -65,7 +65,7 @@
|
|||
ListenerList::DummyBailOutChecker, which is a dummy checker that always returns false.
|
||||
*/
|
||||
template <class ListenerClass,
|
||||
class ArrayType = Array <ListenerClass*> >
|
||||
class ArrayType = Array<ListenerClass*> >
|
||||
class ListenerList
|
||||
{
|
||||
// Horrible macros required to support VC7..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue