Reference to non-static member function must be called
- 
All ready set my Projucer to 64 bit. Next step was trying to build and this was the error. Other than this, I freaking love HISE!!!

 - 
Just to follow up still having a pickle of a time with the build in Xcode. Even tried it on the sample project. Anyone know how to resolve this issue?
Cheers
Jason
Fails on this section below.
/** Returns the number of allocated elements. */ int getNumAllocated() const noexcept { const ScopedLockType lock(getLock()); return data.numAllocated; } - 
I've committed a change, please try again with the latest state.