mirror of
https://github.com/znc/znc.git
synced 2026-06-11 17:25:04 +02:00
Add override (#816)
Changes applied by 'clang-modernize -add-override [...]'
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ public:
|
||||
Add(CThreadPool::Get().getReadFD(), ECT_Read);
|
||||
}
|
||||
|
||||
virtual bool FDsThatTriggered(const std::map<int, short>& miiReadyFds) {
|
||||
virtual bool FDsThatTriggered(const std::map<int, short>& miiReadyFds) override {
|
||||
if (miiReadyFds.find(CThreadPool::Get().getReadFD())->second) {
|
||||
CThreadPool::Get().handlePipeReadable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user