From 85456f0bd30684ae27ec74f94af152a139660a03 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 11 Aug 2016 10:58:21 +0200 Subject: Remove virtual destructor of class Version No classes inherit from it and it is only used as the return value from Module::GetVersion() which returns it by value --- include/modules.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index e836f19dd..7acab3cf6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -201,8 +201,6 @@ class CoreExport Version /** Complex version information, including linking compatability data */ Version(const std::string &desc, int flags, const std::string& linkdata); - - virtual ~Version() {} }; class CoreExport DataProvider : public ServiceProvider -- cgit v1.2.3