From: nds Date: Fri, 19 Feb 2016 08:20:20 +0000 (+0300) Subject: OperationPrs should not be shown if it is empty. correction of compilation on Linux. X-Git-Tag: V_2.2.0~94 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cd7a5ef408ec2832fbd70b65a2e9746357033bbb;p=modules%2Fshaper.git OperationPrs should not be shown if it is empty. correction of compilation on Linux. --- diff --git a/src/Events/Events_Error.cpp b/src/Events/Events_Error.cpp index 1016816c3..ce19e7c79 100644 --- a/src/Events/Events_Error.cpp +++ b/src/Events/Events_Error.cpp @@ -44,7 +44,7 @@ void Events_Error::throwException(const std::string& theDescription) { #ifdef THROW_EMPTY_AIS_EXCEPTION try { - throw std::invalid_argument(theDescription); + throw; } catch (...) { Events_Error::send(