Add missing return value in testcase

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12246 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-10-03 20:47:45 +00:00
parent 22dd2292ca
commit 61e9073e07
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public:
_ptr = f._ptr;
_own = f._own;
f._own = 0;
return *this;
}
~Foo_ptr() {