Skip to content

Commit dd1c5db

Browse files
authored
Fix not exported function on DataReader (#2568)
1 parent cb4adba commit dd1c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fastdds/dds/subscriber/DataReader.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ class DataReader : public DomainEntity
826826
*
827827
* @return TypeSupport associated to the DataReader.
828828
*/
829-
TypeSupport type();
829+
RTPS_DllAPI TypeSupport type();
830830

831831
/**
832832
* Get TopicDescription.

0 commit comments

Comments
 (0)