diff Applications/Platforms/WebAssembly/WebAssemblyOracle.h @ 1678:1393e3393a0b

fix mpr sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 07:40:19 +0100
parents 6fa05252b085
children 81273beabc9f
line wrap: on
line diff
--- a/Applications/Platforms/WebAssembly/WebAssemblyOracle.h	Mon Nov 23 19:24:18 2020 +0100
+++ b/Applications/Platforms/WebAssembly/WebAssemblyOracle.h	Tue Nov 24 07:40:19 2020 +0100
@@ -137,12 +137,13 @@
 
       bool IsValid() const;
 
+#if ORTHANC_ENABLE_DCMTK == 1
       const Orthanc::ParsedDicomFile& GetDicom() const;
+#endif
 
       size_t GetFileSize() const;
 
       bool HasPixelData() const;
-    };
-    
+    };    
   };
 }