diff OrthancServer/ServerJobs/MergeStudyJob.cpp @ 2860:8b00e4cb4a6b

SetOfCommandsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:34 +0200
parents 52b017d22a4f
children bbfd95a0c429
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/MergeStudyJob.cpp	Fri Oct 05 10:44:59 2018 +0200
+++ b/OrthancServer/ServerJobs/MergeStudyJob.cpp	Fri Oct 05 16:07:34 2018 +0200
@@ -170,7 +170,6 @@
   
   MergeStudyJob::MergeStudyJob(ServerContext& context,
                                const std::string& targetStudy) :
-    SetOfInstancesJob(true /* with trailing step */),
     context_(context),
     keepSource_(false),
     targetStudy_(targetStudy)