Skip to content

Commit

Permalink
Reorder constructor arguments to BundlingCacheKey to reflect actual u…
Browse files Browse the repository at this point in the history
…sage and member order
  • Loading branch information
simpsont-oci committed Aug 15, 2024
1 parent b875edd commit 9f29839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds/DCPS/transport/rtps_udp/BundlingCacheKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace DCPS {
#pragma pack(push, 1)

struct OpenDDS_Rtps_Udp_Export BundlingCacheKey {
BundlingCacheKey(const GUID_t& dst_guid, const GUID_t& src_guid)
BundlingCacheKey(const GUID_t& src_guid, const GUID_t& dst_guid)
: src_guid_(src_guid)
, dst_guid_(dst_guid)
{
Expand Down

0 comments on commit 9f29839

Please sign in to comment.