fix warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6822 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-01 12:08:48 +00:00
commit 8fad995f34

View file

@ -21,6 +21,8 @@
template <class C>
struct Module : C, ModuleBase
{
virtual ~Module() {}
protected:
Module() {}
};