diff OrthancServer/ServerContext.h @ 1758:318c2e83c2bd db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:53:45 +0100
parents 98abb8d7f905
children 776573e592da
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Wed Oct 28 12:29:12 2015 +0100
+++ b/OrthancServer/ServerContext.h	Wed Oct 28 12:53:45 2015 +0100
@@ -246,7 +246,7 @@
 
     void Stop();
 
-    bool Apply(std::vector<std::string>& result,
+    bool Apply(std::list<std::string>& result,
                const ::Orthanc::LookupResource& lookup,
                size_t maxResults);