From 656a8c1e1ab7871e849282311deb7212880c9f6a Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Thu, 29 Feb 2024 10:00:31 +0100 Subject: [PATCH] fix tge compil --- lib/include/bofstd/bofperformance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/bofstd/bofperformance.h b/lib/include/bofstd/bofperformance.h index 7dfeb1b..5ec6002 100644 --- a/lib/include/bofstd/bofperformance.h +++ b/lib/include/bofstd/bofperformance.h @@ -40,7 +40,7 @@ BEGIN_BOF_NAMESPACE() { \ if ((PROFILER) != nullptr) \ { \ - (PROFILER)->LeaveBench(ITEM); \ + (PROFILER)->LeaveBench(false, ITEM); \ } \ }