fix codacy warning: make fdManagerPrivate constructor explicit

This commit is contained in:
2025-01-30 12:01:48 +01:00
committed by Andrew Johnson
parent ec5badc737
commit 3963b35c17

View File

@@ -75,7 +75,7 @@ struct fdManagerPrivate {
fdReg * pCBReg;
fdManager & owner;
fdManagerPrivate(fdManager & owner);
explicit fdManagerPrivate(fdManager & owner);
void lazyInitTimerQueue();
};