debian: Update build depends
[senf.git] / Utils / pool_alloc_mixin.hh
index 642e476..5fab5f6 100644 (file)
@@ -84,7 +84,7 @@ namespace senf {
         static void operator delete (void *p, size_t size);
                                         ///< Operator delete utilizing pool allocation
 
-#ifndef SENF_NO_DEBUG
+#ifdef SENF_DEBUG
         static unsigned long allocCounter();
     private:
         static unsigned long allocCounter(long delta);