diff OrthancFramework/Sources/Toolbox.h @ 4199:fbc49a65340a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:28:20 +0200
parents bf7b9edf6b81
children 3af1d763763a
line wrap: on
line diff
--- a/OrthancFramework/Sources/Toolbox.h	Wed Sep 16 18:13:13 2020 +0200
+++ b/OrthancFramework/Sources/Toolbox.h	Wed Sep 16 20:28:20 2020 +0200
@@ -88,7 +88,7 @@
       void FindEndOfLine();
   
     public:
-      LinesIterator(const std::string& content);
+      explicit LinesIterator(const std::string& content);
   
       bool GetLine(std::string& target) const;