From 83947382ecff039846cc345e0ccd9c429aa5e1e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2010 16:16:18 +0000 Subject: Add missing base class virtual destructor stubs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2366 a436a847-0d15-0410-975c-d299462d15a1 --- src/module/Module.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/module/Module.hpp') diff --git a/src/module/Module.hpp b/src/module/Module.hpp index c9ac198f..7d2aec6e 100644 --- a/src/module/Module.hpp +++ b/src/module/Module.hpp @@ -32,6 +32,7 @@ class World; * All components of Ingen reside in one of these. */ struct Module { + virtual ~Module() {} virtual void load(Ingen::Shared::World* world) = 0; SharedPtr library; @@ -41,4 +42,4 @@ struct Module { } // namespace Shared } // namespace Ingen -#endif //INGEN_MODULE_HPP +#endif // INGEN_MODULE_HPP -- cgit v1.2.1