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

Fix missing override
This commit is contained in:
Jeff 2019-03-25 08:22:03 -04:00 committed by GitHub
commit 3b4f3b0c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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