Skip to content

Commit

Permalink
Fix Windows compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 committed Sep 10, 2024
1 parent d2fa3fa commit 3012a05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddspipe_core/include/ddspipe_core/types/dds/GuidPrefix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class GuidPrefix : public fastdds::rtps::GuidPrefix_t
public:

//! Using parent constructors
using fastdds::rtps::GuidPrefix_t::GuidPrefix_t;
DDSPIPE_CORE_DllAPI
GuidPrefix () = default;

//! Constructor from Parent class
DDSPIPE_CORE_DllAPI
Expand Down

0 comments on commit 3012a05

Please sign in to comment.