mirror of
https://github.com/znc/znc.git
synced 2026-08-09 18:32:55 +02:00
using in headers is evil :(
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
#include <znc/Modules.h>
|
||||
#include <math.h>
|
||||
|
||||
using std::vector;
|
||||
using std::set;
|
||||
|
||||
class CUserTimer : public CCron {
|
||||
public:
|
||||
CUserTimer(CUser* pUser) : CCron() {
|
||||
|
||||
Reference in New Issue
Block a user