mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ extern "C" {
|
||||
class CModPerl: public CModule {
|
||||
PerlInterpreter *m_pPerl;
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CModPerl) {
|
||||
MODCONSTRUCTOR(CModPerl) {
|
||||
m_pPerl = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user