Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Aug 28, 2024
1 parent d27f4ad commit d4d2ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/fastdds/domain/DomainParticipantImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ bool DomainParticipantImpl::contains_entity(
ReturnCode_t DomainParticipantImpl::get_current_time(
fastdds::dds::Time_t& current_time) const
{
fastdds::Time_t::now(current_time);
fastdds::dds::Time_t::now(current_time);

return RETCODE_OK;
}
Expand Down

0 comments on commit d4d2ba4

Please sign in to comment.