mirror of https://github.com/swig/swig
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:
parent
22dd2292ca
commit
61e9073e07
|
@ -42,6 +42,7 @@ public:
|
||||||
_ptr = f._ptr;
|
_ptr = f._ptr;
|
||||||
_own = f._own;
|
_own = f._own;
|
||||||
f._own = 0;
|
f._own = 0;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
~Foo_ptr() {
|
~Foo_ptr() {
|
||||||
|
|
Loading…
Reference in New Issue