diff OrthancServer/ServerIndex.h @ 2897:9ff17eb830ec

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:53:22 +0200
parents a27b0e9a3fd9
children e5e3253a1164
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Mon Oct 15 15:33:40 2018 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Oct 18 10:53:22 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;