Commit f94b1a6f authored by Kenton Varda's avatar Kenton Varda

Really fix -Wall build.

parent e2094eed
......@@ -439,7 +439,7 @@ public:
// connection is ready, so that the caller doesn't need to know the difference.
public:
virtual kj::Own<RpcFlowController> newStream()
virtual kj::Own<RpcFlowController> newStream() override
{ return RpcFlowController::newFixedWindowController(65536); }
// Construct a flow controller for a new stream on this connection. The controller can be
// passed into OutgoingRpcMessage::sendStreaming().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment