X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Utilities.hxx;h=9000713242baa756fb216c18c0833a4bd202bc92;hp=5839680d30ad64f1773c226a16a6718dfc10f094;hb=cb55604f37e3d2583272fd436bb6557b041948b5;hpb=4039f267f1074db87ed73e03bd51ac77b66611e0 diff --git a/src/MEDWrapper/MED_Utilities.hxx b/src/MEDWrapper/MED_Utilities.hxx index 5839680d3..900071324 100644 --- a/src/MEDWrapper/MED_Utilities.hxx +++ b/src/MEDWrapper/MED_Utilities.hxx @@ -39,7 +39,7 @@ namespace MED bool myIsActive; public: PrefixPrinter(bool theIsActive = true); - ~PrefixPrinter(); + ~PrefixPrinter() noexcept(false); static std::string GetPrefix(); };