Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 645820589
  • Loading branch information
FHIR Team authored and copybara-github committed Jun 25, 2024
1 parent 265b40f commit 53370b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/google/fhir/r4/codeable_concepts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ absl::Status AddCoding(Message* concept_proto, const Coding& coding) {
Message* target_coding =
MutableOrAddMessage(concept_proto, profiled_field);
CodingWithFixedCode* fixed_system_code =
google::protobuf::DownCastToGenerated<CodingWithFixedCode>(target_coding);
google::protobuf::DownCastMessage<CodingWithFixedCode>(target_coding);
CopyCommonCodingFields(coding, fixed_system_code);
return absl::OkStatus();
}
Expand Down

0 comments on commit 53370b8

Please sign in to comment.