changeset 6672:80ef5859b6e2

make class public to try to solve VS2015 unresolved function
author Alain Mazy <am@orthanc.team>
date Fri, 03 Apr 2026 15:23:12 +0200
parents a202510220c6
children 96fb0e7d75ba
files OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h	Fri Apr 03 15:19:36 2026 +0200
+++ b/OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h	Fri Apr 03 15:23:12 2026 +0200
@@ -35,7 +35,7 @@
   class ServerContext;
   class FileInfo;
 
-  class ThreadedInstancesLoader : public boost::noncopyable
+  class ORTHANC_PUBLIC ThreadedInstancesLoader : public boost::noncopyable
   {
     boost::condition_variable           condInstanceAvailable_;
     std::map<std::string, boost::shared_ptr<std::string> >  availableInstances_;