| 294 | } |
| 295 | |
| 296 | CommentValue::CommentValue() : StringValueBase(Exiv2::undefined) { |
| 297 | } |
| 298 | |
| 299 | CommentValue::CommentValue(const std::string& comment) : StringValueBase(Exiv2::undefined) { |
| 300 | read(comment); |
nothing calls this directly
no outgoing calls
no test coverage detected