Skip to content

Commit

Permalink
Add 'virtual' for WFNetworkTask::push().
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Aug 8, 2024
1 parent eeed6a1 commit 5dde086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/WFTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class WFNetworkTask : public CommRequest
}

/* Push reply data synchronously. */
int push(const void *buf, size_t size)
virtual int push(const void *buf, size_t size)
{
if (this->state != WFT_STATE_TOREPLY &&
this->state != WFT_STATE_NOREPLY)
Expand Down

0 comments on commit 5dde086

Please sign in to comment.