mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Add override keyword on all derived functions:
This silences warnings on latest clang compiler.
This commit is contained in:
committed by
Edward Hennis
parent
b2cf1e4c65
commit
e1fc81f66f
@@ -350,14 +350,14 @@ public:
|
||||
void unsubAccount (
|
||||
InfoSub::ref ispListener,
|
||||
hash_set<AccountID> const& vnaAccountIDs,
|
||||
bool rt);
|
||||
bool rt) override;
|
||||
|
||||
// Just remove the subscription from the tracking
|
||||
// not from the InfoSub. Needed for InfoSub destruction
|
||||
void unsubAccountInternal (
|
||||
std::uint64_t seq,
|
||||
hash_set<AccountID> const& vnaAccountIDs,
|
||||
bool rt);
|
||||
bool rt) override;
|
||||
|
||||
bool subLedger (InfoSub::ref ispListener, Json::Value& jvResult) override;
|
||||
bool unsubLedger (std::uint64_t uListener) override;
|
||||
|
||||
Reference in New Issue
Block a user