diff Resources/Orthanc/Plugins/Samples/Common/DicomPath.cpp @ 86:319b8c45c231

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Dec 2016 14:55:19 +0100
parents a59fdb848a7b
children ff0ef01c332c
line wrap: on
line diff
--- a/Resources/Orthanc/Plugins/Samples/Common/DicomPath.cpp	Thu Dec 15 15:37:40 2016 +0100
+++ b/Resources/Orthanc/Plugins/Samples/Common/DicomPath.cpp	Fri Dec 16 14:55:19 2016 +0100
@@ -32,7 +32,7 @@
 
 #include "DicomPath.h"
 
-#include "OrthancPluginCppWrapper.h"
+#include "OrthancPluginException.h"
 
 namespace OrthancPlugins
 {
@@ -40,7 +40,7 @@
   {
     if (depth >= prefix_.size())
     {
-      ORTHANC_PLUGINS_THROW_EXCEPTION(OrthancPluginErrorCode_ParameterOutOfRange);
+      ORTHANC_PLUGINS_THROW_EXCEPTION(ParameterOutOfRange);
     }
     else
     {