From ba2d4a2a64d75791407754d8cedbf1a09119b583 Mon Sep 17 00:00:00 2001 From: Konstantin LEONTEV Date: Tue, 11 Oct 2022 16:16:21 +0300 Subject: [PATCH] dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after log macros. --- src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 6c7f12b..10de179 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -1312,7 +1312,7 @@ void BLSURFPlugin_BLSURF::SetParameters(const BLSURFPlugin_Hypothesis* hyp, ++theNbAttractors; } else{ - MESSAGE("Wrong shape type !!") + MESSAGE("Wrong shape type !!"); } } -- 2.30.2