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

ServerContext::Apply lookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:29:12 +0100
parents 3a4f7dc00f49
children 613df4362575
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed Oct 28 12:14:06 2015 +0100
+++ b/OrthancServer/ServerIndex.cpp	Wed Oct 28 12:29:12 2015 +0100
@@ -2117,7 +2117,7 @@
 
   void ServerIndex::FindCandidates(std::vector<std::string>& resources,
                                    std::vector<std::string>& instances,
-                                   ::Orthanc::LookupResource& lookup)
+                                   const ::Orthanc::LookupResource& lookup)
   {
     boost::mutex::scoped_lock lock(mutex_);