back to non-inlined destructors until the makefiles are fixed

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6536 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-10-27 21:01:22 +00:00
commit a361a47cab
2 changed files with 0 additions and 8 deletions

View file

@ -1,5 +0,0 @@
#include "bar.h"
Bar::~Bar()
{
}

View file

@ -1,3 +0,0 @@
#include "base.h"
Base::~Base() { }