diff OrthancServer/ServerIndex.h @ 1757:98abb8d7f905 db-changes

ServerContext::Apply lookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:29:12 +0100
parents faf2ecab3472
children 9ed9458aa44f
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed Oct 28 12:14:06 2015 +0100
+++ b/OrthancServer/ServerIndex.h	Wed Oct 28 12:29:12 2015 +0100
@@ -265,6 +265,6 @@
 
     void FindCandidates(std::vector<std::string>& resources,
                         std::vector<std::string>& instances,
-                        ::Orthanc::LookupResource& lookup);
+                        const ::Orthanc::LookupResource& lookup);
   };
 }