changeset 4486:83a6a84ba9df

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 19:36:13 +0100
parents f19de27a2465
children c06659885362
files OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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__)