diff OrthancServer/ServerIndex.h @ 2894:a27b0e9a3fd9 db-changes

refactoring DicomInstanceToStore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:35:09 +0200
parents 8aa6aef11b70
children e5e3253a1164
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Oct 16 19:47:09 2018 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Oct 18 10:35:09 2018 +0200
@@ -54,7 +54,7 @@
   {
   public:
     typedef std::list<FileInfo> Attachments;
-    typedef std::map< std::pair<ResourceType, MetadataType>, std::string>  MetadataMap;
+    typedef std::map<std::pair<ResourceType, MetadataType>, std::string>  MetadataMap;
 
   private:
     class Listener;