Skip to content

Commit

Permalink
Refs #21159: Correct CacheChange_t forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Jun 18, 2024
1 parent 80463c2 commit 2891a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ReaderAttributes;
class WriterAttributes;
class EDPListener;
class ITopicPayloadPool;
class CacheChange_t;
struct CacheChange_t;

/**
* Class EDPSimple, implements the Simple Endpoint Discovery Protocol defined in the RTPS specification.
Expand Down

0 comments on commit 2891a39

Please sign in to comment.