# HG changeset patch # User Sebastien Jodogne # Date 1702934987 -3600 # Node ID d1992a9ec8c3d83e8928c61fb42c9f9e6dbf6374 # Parent 42ea61cf8386328fa3cecdf03f9068f62778d500 fix build of Windows shared library diff -r 42ea61cf8386 -r d1992a9ec8c3 OrthancFramework/Sources/Cache/MemoryStringCache.h --- a/OrthancFramework/Sources/Cache/MemoryStringCache.h Mon Dec 18 21:33:41 2023 +0100 +++ b/OrthancFramework/Sources/Cache/MemoryStringCache.h Mon Dec 18 22:29:47 2023 +0100 @@ -48,7 +48,7 @@ class ORTHANC_PUBLIC MemoryStringCache : public boost::noncopyable { public: - class Accessor : public boost::noncopyable + class ORTHANC_PUBLIC Accessor : public boost::noncopyable { protected: MemoryStringCache& cache_;