Merge pull request #433 from michael-loki/patch-2

Fix missing override
pull/442/head
Jeff 6 years ago committed by GitHub
commit 3b4f3b0c33
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