1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:03:12 +02:00

Fixed compile from the earlier merge

This commit is contained in:
Adam
2011-05-19 20:36:39 -04:00
parent 13915d8b57
commit 7e5727288d
4 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Pipe::Pipe() : BufferedSocket()
this->WritePipe = fds[1];
this->IPv6 = false;
SocketEngine->AddSocket(this);
SocketEngine::AddSocket(this);
}
bool Pipe::ProcessRead()