diff OrthancServer/Plugins/Engine/OrthancPluginDatabase.h @ 4204:318c16cfccab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 16:18:01 +0200
parents 05b8fd21089c
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPluginDatabase.h	Thu Sep 17 15:01:31 2020 +0200
+++ b/OrthancServer/Plugins/Engine/OrthancPluginDatabase.h	Thu Sep 17 16:18:01 2020 +0200
@@ -81,6 +81,7 @@
     std::list<ServerIndexChange>*  answerChanges_;
     std::list<ExportedResource>*   answerExportedResources_;
     bool*                          answerDone_;
+    bool                           answerDoneIgnored_;
     std::list<std::string>*        answerMatchingResources_;
     std::list<std::string>*        answerMatchingInstances_;
     AnswerMetadata*                answerMetadata_;