Skip to content

Commit

Permalink
add missing override to fix clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed May 3, 2018
1 parent 15ea504 commit fec5fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ class EDPSimple : public EDP
bool create_sedp_secure_endpoints();

bool pairing_remote_writer_with_local_builtin_reader_after_security(const GUID_t& local_reader,
const WriterProxyData& remote_writer_data);
const WriterProxyData& remote_writer_data) override;

bool pairing_remote_reader_with_local_builtin_writer_after_security(const GUID_t& local_writer,
const ReaderProxyData& remote_reader_data);
const ReaderProxyData& remote_reader_data) override;
#endif

};
Expand Down

0 comments on commit fec5fa5

Please sign in to comment.