diff options
Diffstat (limited to 'include/vector.h')
| -rw-r--r-- | include/vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vector.h b/include/vector.h index 51c5e8b95293..b86be1424537 100644 --- a/include/vector.h +++ b/include/vector.h @@ -85,12 +85,12 @@ typedef enum BcDtorType #if !BC_ENABLE_LIBRARY -#ifndef NDEBUG +#if BC_DEBUG /// BcFunc destructor. BC_DTOR_FUNC, -#endif // NDEBUG +#endif // BC_DEBUG /// BcSlab destructor. BC_DTOR_SLAB, |
