diff OrthancServer/Sources/Database/OrthancIdentifiers.h @ 5702:359a8adb3802 find-refactoring

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 15:17:26 +0200
parents 3f13db27b399
children afd421225eb4
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/OrthancIdentifiers.h	Fri Jul 12 15:08:43 2024 +0200
+++ b/OrthancServer/Sources/Database/OrthancIdentifiers.h	Fri Jul 12 15:17:26 2024 +0200
@@ -86,7 +86,7 @@
     ResourceType DetectLevel() const;
 
     void SetLevel(ResourceType level,
-                  const std::string id);
+                  const std::string& id);
 
     std::string GetLevel(ResourceType level) const;
   };