changeset 559:9e61b0ac12f1

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Apr 2019 16:16:47 +0200
parents 77a21b28becd
children aaeec7be8fb7
files Framework/StoneEnumerations.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/StoneEnumerations.cpp	Wed Apr 17 15:33:06 2019 +0200
+++ b/Framework/StoneEnumerations.cpp	Wed Apr 17 16:16:47 2019 +0200
@@ -172,7 +172,7 @@
           break;
         
         default:
-          throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);
+          break;
       }
     }
   }