diff Core/IDynamicObject.h @ 4037:5e26d004838c

adding option "system" to DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 12:18:21 +0200
parents 94f4a18a79cc
children
line wrap: on
line diff
--- a/Core/IDynamicObject.h	Wed Jun 10 10:14:15 2020 +0200
+++ b/Core/IDynamicObject.h	Wed Jun 10 12:18:21 2020 +0200
@@ -33,6 +33,8 @@
 
 #pragma once
 
+#include "OrthancFramework.h"
+
 #include <boost/noncopyable.hpp>
 
 namespace Orthanc
@@ -43,7 +45,7 @@
    * Being a child of IDynamicObject only implies the existence of a
    * virtual destructor.
    **/
-  class IDynamicObject : public boost::noncopyable
+  class ORTHANC_PUBLIC IDynamicObject : public boost::noncopyable
   {
   public:
     virtual ~IDynamicObject()