Skip to content

Commit

Permalink
iox-eclipse-iceoryx#605 fix wrong friend class
Browse files Browse the repository at this point in the history
Signed-off-by: Marika Lehmann <[email protected]>
  • Loading branch information
FerdinandSpitzschnueffler committed Mar 17, 2021
1 parent 1bfa74e commit 7729942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace rp
class BaseRelocatablePointer
{
template <typename T>
friend class relocatable_ptr;
friend class RelocatablePointer;

public:
using offset_t = std::ptrdiff_t;
Expand Down

0 comments on commit 7729942

Please sign in to comment.