diff Framework/Oracle/GenericOracleRunner.h @ 1150:7aad0984d38a broker

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Nov 2019 12:38:15 +0100
parents a0a33e5ea5bb
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Oracle/GenericOracleRunner.h	Fri Nov 15 12:35:35 2019 +0100
+++ b/Framework/Oracle/GenericOracleRunner.h	Fri Nov 15 12:38:15 2019 +0100
@@ -26,7 +26,7 @@
 #endif
 
 #if ORTHANC_ENABLE_DCMTK == 1
-#  include "../Toolbox/ParsedDicomFileCache.h"
+#  include "../Toolbox/ParsedDicomCache.h"
 #endif
 
 #include "IOracleCommand.h"
@@ -44,7 +44,7 @@
     std::string                    rootDirectory_;
 
 #if ORTHANC_ENABLE_DCMTK == 1
-    boost::shared_ptr<ParsedDicomFileCache>  dicomCache_;
+    boost::shared_ptr<ParsedDicomCache>  dicomCache_;
 #endif
 
   public:
@@ -74,7 +74,7 @@
     }
 
 #if ORTHANC_ENABLE_DCMTK == 1
-    void SetDicomCache(boost::shared_ptr<ParsedDicomFileCache> cache)
+    void SetDicomCache(boost::shared_ptr<ParsedDicomCache> cache)
     {
       dicomCache_ = cache;
     }