mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
Fixed "c" prefix compile error on Windows
This commit is contained in:
@@ -46,5 +46,5 @@ CTCPSocketFactory::create() const
|
||||
IListenSocket*
|
||||
CTCPSocketFactory::createListen() const
|
||||
{
|
||||
return new CTCPListenSocket(m_events, m_socketMultiplexer);
|
||||
return new TCPListenSocket(m_events, m_socketMultiplexer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user