mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
using in headers is evil :(
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include "modpython/module.h"
|
||||
#include "modpython/ret.h"
|
||||
|
||||
using std::vector;
|
||||
using std::set;
|
||||
|
||||
class CModPython: public CModule {
|
||||
|
||||
PyObject* m_PyZNCModule;
|
||||
|
||||
Reference in New Issue
Block a user