forked from lthn/blockchain
fixed a typo
This commit is contained in:
parent
8cdeadfdc8
commit
9cc1a0b800
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ using namespace std;
|
|||
struct idle_handler_base
|
||||
{
|
||||
virtual bool do_call(const std::string& piece_of_data, uint64_t total_bytes, uint64_t received_bytes) = 0;
|
||||
virtual idle_handler_base() {}
|
||||
virtual ~idle_handler_base() {}
|
||||
};
|
||||
|
||||
template <typename callback_t>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue