mirror of
https://github.com/znc/znc.git
synced 2026-08-03 07:23:19 +02:00
using in headers is evil :(
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include <znc/znc.h>
|
||||
#include <znc/WebModules.h>
|
||||
|
||||
using std::vector;
|
||||
|
||||
#define CALLMOD(MOD, CLIENT, USER, NETWORK, FUNC) { \
|
||||
CModule *pModule = NULL; \
|
||||
if (NETWORK && (pModule = (NETWORK)->GetModules().FindModule(MOD))) { \
|
||||
|
||||
Reference in New Issue
Block a user