diff OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h @ 4486:83a6a84ba9df

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 19:36:13 +0100
parents e4dae17035b9
children fa2311f94d9f
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h	Thu Jan 28 19:28:32 2021 +0100
+++ b/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h	Thu Jan 28 19:36:13 2021 +0100
@@ -55,7 +55,7 @@
                  ParsedDicomFile* dicom,  // Takes ownership
                  size_t fileSize);
 
-    class Accessor : public boost::noncopyable
+    class ORTHANC_PUBLIC Accessor : public boost::noncopyable
     {
     private:
 #if !defined(__EMSCRIPTEN__)