Skip to content

Commit ae0c6a1

Browse files
committed
Refs #20335: ignore TypeSupport constructor passing a DynamicPubSubType
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
1 parent 12fb247 commit ae0c6a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fastdds_python/src/swig/fastdds/dds/topic/TypeSupport.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
// We need SWIG to be aware of it, so we ignore it here and redefine it later
3030
%ignore eprosima::fastdds::dds::TypeSupport::TypeSupport(fastdds::dds::TopicDataType*);
3131

32+
%ignore eprosima::fastdds::dds::TypeSupport::TypeSupport(DynamicPubSubType);
3233

3334
%include "fastdds/dds/topic/TypeSupport.hpp"
3435

0 commit comments

Comments
 (0)