diff Core/Images/FontRegistry.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children 100fbe970762
line wrap: on
line diff
--- a/Core/Images/FontRegistry.h	Fri May 29 21:23:57 2020 +0200
+++ b/Core/Images/FontRegistry.h	Fri Jun 05 16:07:01 2020 +0200
@@ -45,7 +45,7 @@
 
 namespace Orthanc
 {
-  class FontRegistry : public boost::noncopyable
+  class ORTHANC_PUBLIC FontRegistry : public boost::noncopyable
   {
   private:
     typedef std::vector<Font*>  Fonts;