]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
OperationPrs should not be shown if it is empty. correction of compilation on Linux.
authornds <nds@opencascade.com>
Fri, 19 Feb 2016 08:20:20 +0000 (11:20 +0300)
committernds <nds@opencascade.com>
Fri, 19 Feb 2016 08:20:46 +0000 (11:20 +0300)
src/Events/Events_Error.cpp

index 1016816c36bc9d770a97908a9870b6fd2659af17..ce19e7c79815cd090bfed60fd19c76be101ef546 100644 (file)
@@ -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(