Make webadmin use the GLOBALMODCONSTRUCTOR macro

Why didn't it do this already anyway?


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@900 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-12-12 20:57:47 +00:00
parent a5e9f1c751
commit ba27405483
+1 -1
View File
@@ -104,7 +104,7 @@ protected:
class CWebAdminMod : public CGlobalModule {
public:
CWebAdminMod(void *pDLL, const CString& sModName) : CGlobalModule(pDLL, sModName) {
GLOBALMODCONSTRUCTOR(CWebAdminMod) {
m_uPort = 8080;
m_sSkinName = GetNV("SkinName");
}