We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e913acb commit 60fe631Copy full SHA for 60fe631
cpp_utils/include/cpp_utils/ReturnCode.hpp
@@ -37,7 +37,7 @@ class ReturnCode : public eprosima::fastrtps::types::ReturnCode_t
37
//! Inherit Parent class constructors
38
using eprosima::fastrtps::types::ReturnCode_t::ReturnCode_t;
39
40
- ReturnCode(
+ CPP_UTILS_DllAPI ReturnCode(
41
const eprosima::fastrtps::types::ReturnCode_t& other);
42
43
//! Specify the operator so OK code could be translated to True.
0 commit comments