mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix copy ctor/assignment oper warnings of -Weffc++ (#270)
This commit is contained in:
@@ -34,6 +34,9 @@ public:
|
||||
}
|
||||
virtual ~CUserTimer() {}
|
||||
|
||||
CUserTimer(const CUserTimer&) = delete;
|
||||
CUserTimer& operator=(const CUserTimer&) = delete;
|
||||
|
||||
private:
|
||||
protected:
|
||||
void RunJob() override {
|
||||
|
||||
Reference in New Issue
Block a user