Mercurial > hg > orthanc
changeset 5473:d1992a9ec8c3
fix build of Windows shared library
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 18 Dec 2023 22:29:47 +0100 |
parents | 42ea61cf8386 |
children | 6cb91df32207 890df6501ffc |
files | OrthancFramework/Sources/Cache/MemoryStringCache.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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_;