diff options
Diffstat (limited to 'remoting/protocol/channel_multiplexer.cc')
-rw-r--r-- | remoting/protocol/channel_multiplexer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/channel_multiplexer.cc b/remoting/protocol/channel_multiplexer.cc index a6a80b4..5751440 100644 --- a/remoting/protocol/channel_multiplexer.cc +++ b/remoting/protocol/channel_multiplexer.cc @@ -353,7 +353,7 @@ void ChannelMultiplexer::MuxSocket::OnPacketReceived() { } } -ChannelMultiplexer::ChannelMultiplexer(ChannelFactory* factory, +ChannelMultiplexer::ChannelMultiplexer(StreamChannelFactory* factory, const std::string& base_channel_name) : base_channel_factory_(factory), base_channel_name_(base_channel_name), |