comparison 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
comparison
equal deleted inserted replaced
288:0f5c02eebe20 289:4b80ddccec54
41 cache_(cache) 41 cache_(cache)
42 { 42 {
43 } 43 }
44 44
45 virtual bool Create(std::string& content, 45 virtual bool Create(std::string& content,
46 const std::string& seriesId); 46 const std::string& seriesId) ORTHANC_OVERRIDE;
47 }; 47 };
48 } 48 }