Skip to content

Commit 6ef3082

Browse files
committed
Fix lack of override qualifier.
1 parent de4bd25 commit 6ef3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/node/protocols/protocol_explore.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BCN_API protocol_explore
4949

5050
protected:
5151
void handle_receive_get(const code& ec,
52-
const network::http::method::get& request) NOEXCEPT;
52+
const network::http::method::get& request) NOEXCEPT override;
5353
};
5454

5555
} // namespace node

0 commit comments

Comments
 (0)