X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.hxx;h=9000713242baa756fb216c18c0833a4bd202bc92;hb=ec94d246d711c4bfca5f905f69f311f171d9c2b8;hp=6d859f63d4a063be7c6cd23f529af7b53669aa54;hpb=d3e1cabf77f67408ac401e2d387e721605cb3b10;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Utilities.hxx b/src/MEDWrapper/MED_Utilities.hxx index 6d859f63d..900071324 100644 --- a/src/MEDWrapper/MED_Utilities.hxx +++ b/src/MEDWrapper/MED_Utilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 @@ -39,7 +39,7 @@ namespace MED bool myIsActive; public: PrefixPrinter(bool theIsActive = true); - ~PrefixPrinter(); + ~PrefixPrinter() noexcept(false); static std::string GetPrefix(); };