diff UnitTestsSources/UnitTestsMain.cpp @ 289:4b80ddccec54

sync, cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Dec 2020 15:23:54 +0100
parents 4e9d30c19b4b
children e376158e2dbb
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Fri Nov 06 17:34:21 2020 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Thu Dec 10 15:23:54 2020 +0100
@@ -90,7 +90,7 @@
   }
 
   virtual bool Create(std::string& content,
-                      const std::string& key)
+                      const std::string& key) ORTHANC_OVERRIDE
   {
     content = "Bundle " + boost::lexical_cast<std::string>(bundle_) + ", item " + key;
     return true;