fix codacy warning: make fdManagerPrivate constructor explicit

This commit is contained in:
2025-06-04 12:43:27 -05:00
committed by Andrew Johnson
parent ec5badc737
commit 3963b35c17
+1 -1
View File
@@ -75,7 +75,7 @@ struct fdManagerPrivate {
fdReg * pCBReg;
fdManager & owner;
fdManagerPrivate(fdManager & owner);
explicit fdManagerPrivate(fdManager & owner);
void lazyInitTimerQueue();
};