From: Konstantin LEONTEV Date: Tue, 11 Oct 2022 13:16:21 +0000 (+0300) Subject: dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fkleontev%2Fdynamic_log_messages;p=plugins%2Fblsurfplugin.git dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after log macros. --- 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 !!"); } }