diff --git a/yateclass.h b/yateclass.h index 8237e5c5..eac56277 100644 --- a/yateclass.h +++ b/yateclass.h @@ -1036,7 +1036,7 @@ YATE_API static inline uint32_t YATE_API hashPtr(const void* ptr) { #if (_WORDSIZE == 64) return hashInt64((uintptr_t)ptr); -#elif +#else return hashInt32((intptr_t)ptr); #endif }