diff OrthancServer/Sources/Database/FindResponse.h @ 5677:dc96401dbe88 find-refactoring

starting the refactoring of /tools/find
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Jul 2024 19:03:23 +0200
parents 74f3aab95886
children 708952bd869c
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindResponse.h	Sat Jul 06 15:04:28 2024 +0200
+++ b/OrthancServer/Sources/Database/FindResponse.h	Mon Jul 08 19:03:23 2024 +0200
@@ -208,7 +208,7 @@
       void AddChildIdentifier(ResourceType level,
                               const std::string& childId)
       {
-        GetChildrenInformation(level).AddIdentifier(childId);;
+        GetChildrenInformation(level).AddIdentifier(childId);
       }
 
       const std::set<std::string>& GetChildrenIdentifiers(ResourceType level) const