comparison Framework/Targets/OrthancTarget.h @ 216:c35a3a0627b9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 10:21:36 +0100
parents 1e864138f0da
children 49f647ed1b4c
comparison
equal deleted inserted replaced
215:02cb86d07966 216:c35a3a0627b9
44 orthanc_(orthanc), 44 orthanc_(orthanc),
45 first_(true) 45 first_(true)
46 { 46 {
47 } 47 }
48 48
49 virtual void Write(const std::string& file); 49 virtual void Write(const std::string& file) ORTHANC_OVERRIDE;
50 }; 50 };
51 } 51 }