diff Plugin/SeriesInformationAdapter.h @ 289:4b80ddccec54

sync, cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Dec 2020 15:23:54 +0100
parents aee499712ac4
children e376158e2dbb
line wrap: on
line diff
--- a/Plugin/SeriesInformationAdapter.h	Fri Nov 06 17:34:21 2020 +0100
+++ b/Plugin/SeriesInformationAdapter.h	Thu Dec 10 15:23:54 2020 +0100
@@ -43,6 +43,6 @@
     }
 
     virtual bool Create(std::string& content,
-                        const std::string& seriesId);
+                        const std::string& seriesId) ORTHANC_OVERRIDE;
   };
 }