diff Core/FileStorage/FilesystemStorage.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 78ee0155ec67
children
line wrap: on
line diff
--- a/Core/FileStorage/FilesystemStorage.h	Wed Jun 10 10:14:15 2020 +0200
+++ b/Core/FileStorage/FilesystemStorage.h	Wed Jun 10 12:18:21 2020 +0200
@@ -51,7 +51,7 @@
 
 namespace Orthanc
 {
-  class FilesystemStorage : public IStorageArea
+  class ORTHANC_PUBLIC FilesystemStorage : public IStorageArea
   {
     // TODO REMOVE THIS
     friend class FilesystemHttpSender;