Skip to content

Commit 5654ad9

Browse files
committed
Refs #20734. Fix windows linkage
Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent 0d6aded commit 5654ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/eprosima/fastdds/idl/templates/XTypesTypeObjectHeader.stg

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ register_type_identifier(typename) ::= <<
8181
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
8282
* indirectly registered as well.
8383
*/
84-
void register_$typename$_type_identifier();
84+
eProsima_user_DllExport void register_$typename$_type_identifier();
8585

8686
>>
8787

0 commit comments

Comments
 (0)