fix codacy warning: make fdManagerPrivate constructor explicit
This commit is contained in:
@ -75,7 +75,7 @@ struct fdManagerPrivate {
|
||||
fdReg * pCBReg;
|
||||
fdManager & owner;
|
||||
|
||||
fdManagerPrivate(fdManager & owner);
|
||||
explicit fdManagerPrivate(fdManager & owner);
|
||||
void lazyInitTimerQueue();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user