Fix another compilation error.
This commit is contained in:
parent
0f325a47e4
commit
40595fe133
|
@ -1255,7 +1255,7 @@ final class PosixEventDriverEvents(Loop : PosixEventLoop) : EventDriverEvents {
|
||||||
version (Windows) {
|
version (Windows) {
|
||||||
return m_events[id].refCount;
|
return m_events[id].refCount;
|
||||||
} else {
|
} else {
|
||||||
return m_loop.m_fds[descriptor].common.refCount;
|
return m_loop.m_fds[descriptor].common().refCount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue