diff Core/HttpServer/HttpStreamTranscoder.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 2a170a8f1faf
children
line wrap: on
line diff
--- a/Core/HttpServer/HttpStreamTranscoder.h	Fri May 29 21:23:57 2020 +0200
+++ b/Core/HttpServer/HttpStreamTranscoder.h	Fri Jun 05 16:07:01 2020 +0200
@@ -41,7 +41,7 @@
 
 namespace Orthanc
 {
-  class HttpStreamTranscoder : public IHttpStreamAnswer
+  class ORTHANC_PUBLIC HttpStreamTranscoder : public IHttpStreamAnswer
   {
   private:
     IHttpStreamAnswer& source_;