diff options
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |