From 67a4a9b62355ea57a2f4521ca5fc53bd4eac3a1f Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 17 Oct 2009 17:53:31 +0000 Subject: Remove dummy API_VERSION from Version constructor git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 4166af051..ef6f5c251 100644 --- a/include/modules.h +++ b/include/modules.h @@ -246,7 +246,7 @@ class CoreExport VersionBase : public classbase /** Initialize version class */ - VersionBase(const std::string &desc, int flags = VF_NONE, int dummy = 0, const std::string& src_rev = VERSION " r" REVISION); + VersionBase(const std::string &desc, int flags = VF_NONE, const std::string& src_rev = VERSION " r" REVISION); }; typedef VersionBase Version; -- cgit v1.2.3