X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.hxx;h=2f718e9f5a044088cf616ff9ab7c7c0946f1fc6d;hb=34a8a37aeeeda95e0e2dad6cdf51b45bbde5cbb8;hp=d4060c452efae147bcbe45e743439fa756e25e26;hpb=385d4cede5f752d0eec26c306f3b5e14511e2a3d;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Utilities.hxx b/src/MEDWrapper/MED_Utilities.hxx index d4060c452..2f718e9f5 100644 --- a/src/MEDWrapper/MED_Utilities.hxx +++ b/src/MEDWrapper/MED_Utilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 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(); };