diff --git a/include/Memory.h b/include/Memory.h index 791d45c20..243d1e476 100644 --- a/include/Memory.h +++ b/include/Memory.h @@ -90,7 +90,7 @@ class AlignedAllocator : _AlignedAllocator_Base { public: typedef T value_type; - template struct rebind { typedef MmAllocator other; }; + template struct rebind { typedef AlignedAllocator other; }; AlignedAllocator( size_t alignment = 16 ) : alignment(alignment) {}