# HG changeset patch # User Sebastien Jodogne # Date 1611858973 -3600 # Node ID 83a6a84ba9df475ce73d1748f6bd8267e9c50de9 # Parent f19de27a24650442ed110b27da86e6ce5ebea663 fix diff -r f19de27a2465 -r 83a6a84ba9df OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h --- 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__)