X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEntityGUI%2FEntityGUI.cxx;h=b47285b72a5f96d04fdc9ec6322fed5ae79cbe88;hb=888b3b52e179ae1505352d56ba63477275693919;hp=33a3274852ac3df106d860b5342adca6b9a24b11;hpb=1405980f7eb1ae349f5fdc23d2627ff25d2f2685;p=modules%2Fgeom.git diff --git a/src/EntityGUI/EntityGUI.cxx b/src/EntityGUI/EntityGUI.cxx index 33a327485..b47285b72 100644 --- a/src/EntityGUI/EntityGUI.cxx +++ b/src/EntityGUI/EntityGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -352,7 +352,7 @@ bool EntityGUI::OnMouseMove( QMouseEvent* pe, SUIT_Desktop* /*parent*/, SUIT_Vie //===================================================================================== void EntityGUI::DisplaySimulationShape( const TopoDS_Shape& S1, const TopoDS_Shape& S2 ) { - MESSAGE("EntityGUI::DisplaySimulationShape") + MESSAGE("EntityGUI::DisplaySimulationShape"); SalomeApp_Application* app = getGeometryGUI()->getApp(); if ( !app ) return; @@ -401,7 +401,7 @@ void EntityGUI::DisplaySimulationShape( const TopoDS_Shape& S1, const TopoDS_Sha //================================================================================== void EntityGUI::EraseSimulationShape() { - MESSAGE("EntityGUI::EraseSimulationShape") + MESSAGE("EntityGUI::EraseSimulationShape"); SalomeApp_Application* app = getGeometryGUI()->getApp(); if ( !app ) return;