Skip to content

Commit

Permalink
Fix compilation of Fast DDS Python tests (#4158)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Dec 18, 2023
1 parent f2e5cea commit cb876d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fastdds/dds/topic/TopicDataType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class TopicDataType
* @param[out] payload Pointer to the payload
* @return True if correct.
*/
FASTDDS_TODO_BEFORE(3, 0, "Remove this overload")
// FASTDDS_TODO_BEFORE(3, 0, "Remove this overload")
RTPS_DllAPI virtual bool serialize(
void* data,
fastrtps::rtps::SerializedPayload_t* payload) = 0;
Expand Down

0 comments on commit cb876d6

Please sign in to comment.