Merge pull request #52 from michael-loki/patch-1

Correct warning in exit.hpp
pull/53/head
Jeff 6 years ago committed by GitHub
commit d01a5d73b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ namespace llarp
protected:
void
FlushSend();
FlushSend() override;
private:
@ -41,4 +41,4 @@ namespace llarp
};
} // namespace handlers
} // namespace llarp
#endif
#endif

Loading…
Cancel
Save