diff Orthanc/Core/Toolbox.h @ 148:4217644ac904

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:16:28 +0100
parents d850500b8ca6
children 8189115c0da5
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.h	Wed Nov 09 12:43:58 2016 +0100
+++ b/Orthanc/Core/Toolbox.h	Wed Nov 09 14:16:28 2016 +0100
@@ -198,7 +198,7 @@
     bool IsExistingFile(const std::string& path);
 #endif
 
-#if ORTHANC_PUGIXML_ENABLED == 1
+#if ORTHANC_ENABLE_PUGIXML == 1
     void JsonToXml(std::string& target,
                    const Json::Value& source,
                    const std::string& rootElement = "root",