summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
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<API_VERSION> Version;