diff --git a/src/ca/syncGroupReadNotify.cpp b/src/ca/syncGroupReadNotify.cpp index 8a02452ef..9a404cb60 100644 --- a/src/ca/syncGroupReadNotify.cpp +++ b/src/ca/syncGroupReadNotify.cpp @@ -103,11 +103,11 @@ void * syncGroupReadNotify::operator new ( size_t size, return freeList.allocate ( size ); } -# if ! defined ( NO_PLACEMENT_DELETE ) +#if ! defined ( NO_PLACEMENT_DELETE ) void syncGroupReadNotify::operator delete ( void *pCadaver, size_t size, tsFreeList < class syncGroupWriteNotify, 128 > &freeList ) { freeList.release ( pCadaver, size ); } -# endif +#endif