comparison Core/DicomParsing/DicomModification.h @ 3709:1f4910999fe7

Fix issue #168 (Plugins can't read private tags from the configuration file)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:23:11 +0100
parents 4922bdd046dd
children 9ccbbd55bc23
comparison
equal deleted inserted replaced
3708:bc25deb40302 3709:1f4910999fe7
185 identifierGenerator_ = &generator; 185 identifierGenerator_ = &generator;
186 } 186 }
187 187
188 void Serialize(Json::Value& value) const; 188 void Serialize(Json::Value& value) const;
189 189
190 void SetPrivateCreator(std::string& privateCreator) 190 void SetPrivateCreator(const std::string& privateCreator)
191 { 191 {
192 privateCreator_ = privateCreator; 192 privateCreator_ = privateCreator;
193 } 193 }
194 194
195 const std::string& GetPrivateCreator() 195 const std::string& GetPrivateCreator()