Fix missing override

pull/433/head
michael-loki 5 years ago committed by GitHub
parent 0f48b88d65
commit 94ba88bafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ namespace llarp
Start();
virtual std::string
Name() const;
Name() const override;
bool
ShouldPublishDescriptors(llarp_time_t now) const override;

Loading…
Cancel
Save