Skip to content

Commit

Permalink
buildfix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Dec 26, 2018
1 parent 01a920f commit 45fe3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twib/twib/NamedPipeClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void NamedPipeClient::Logic::Prepare(platform::windows::EventLoop &loop) {
loop.AddMember(client.connection.input_member);
loop.AddMember(client.connection.output_member);
} else {
FailAllRequests(TWILI_ERR_IO_ERROR);
client.FailAllRequests(TWILI_ERR_IO_ERROR);
}
}

Expand Down

0 comments on commit 45fe3f4

Please sign in to comment.