Correct warning in exit.hpp

pull/52/head
michael-loki 6 years ago committed by GitHub
parent 06721ba7f3
commit 79504b453e
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