Skip to content

Commit 60fe631

Browse files
author
jparisu
committed
Add dll to ReturnCode
Signed-off-by: jparisu <javierparis@eprosima.com>
1 parent e913acb commit 60fe631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_utils/include/cpp_utils/ReturnCode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ReturnCode : public eprosima::fastrtps::types::ReturnCode_t
3737
//! Inherit Parent class constructors
3838
using eprosima::fastrtps::types::ReturnCode_t::ReturnCode_t;
3939

40-
ReturnCode(
40+
CPP_UTILS_DllAPI ReturnCode(
4141
const eprosima::fastrtps::types::ReturnCode_t& other);
4242

4343
//! Specify the operator so OK code could be translated to True.

0 commit comments

Comments
 (0)