X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.hxx;h=2f718e9f5a044088cf616ff9ab7c7c0946f1fc6d;hb=9db5f5f59cdeae3bda3335984b0bf10b63d05664;hp=6d859f63d4a063be7c6cd23f529af7b53669aa54;hpb=8d297d6698f361d4f2dde723050bcfbaea050920;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Utilities.hxx b/src/MEDWrapper/MED_Utilities.hxx index 6d859f63d..2f718e9f5 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-2021 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(); };