comparison OrthancStone/Sources/Toolbox/OsiriX/TextAnnotation.h @ 1639:5cdc5b98f14d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:41:11 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1638:754ef576d945 1639:5cdc5b98f14d
35 { 35 {
36 private: 36 private:
37 Vector center_; 37 Vector center_;
38 38
39 public: 39 public:
40 TextAnnotation(const DictionaryValue& dict); 40 explicit TextAnnotation(const DictionaryValue& dict);
41 41
42 virtual Type GetType() const ORTHANC_OVERRIDE 42 virtual Type GetType() const ORTHANC_OVERRIDE
43 { 43 {
44 return Type_Text; 44 return Type_Text;
45 } 45 }
46 46