]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
This doesnt really need to be static
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 25 Sep 2006 20:19:27 +0000 (20:19 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 25 Sep 2006 20:19:27 +0000 (20:19 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5329 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_httpd.cpp

index 3b8bc20b8567563167d108854172f3b6b8409631..d6fcad9e1b948bc0b54a65c8751502451e5bb86a 100644 (file)
@@ -422,7 +422,7 @@ class ModuleHttp : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_STATIC|VF_VENDOR|VF_SERVICEPROVIDER);
+               return Version(1,0,0,0,VF_VENDOR|VF_SERVICEPROVIDER);
        }
 };