diff Plugins/Samples/Common/OrthancPluginException.h @ 4034:78ee0155ec67

trying to use orthanc frameworking with web-viewer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 10:14:15 +0200
parents 94f4a18a79cc
children
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginException.h	Tue Jun 09 21:45:54 2020 +0200
+++ b/Plugins/Samples/Common/OrthancPluginException.h	Wed Jun 10 10:14:15 2020 +0200
@@ -39,7 +39,7 @@
 
 
 #if HAS_ORTHANC_EXCEPTION == 1
-#  include "../../../Core/OrthancException.h"
+#  include <OrthancException.h>
 #  define ORTHANC_PLUGINS_ERROR_ENUMERATION     ::Orthanc::ErrorCode
 #  define ORTHANC_PLUGINS_EXCEPTION_CLASS       ::Orthanc::OrthancException
 #  define ORTHANC_PLUGINS_GET_ERROR_CODE(code)  ::Orthanc::ErrorCode_ ## code