Correct cpp11_function_objects testcase
Fixes SWIG warning
This commit is contained in:
parent
aeacff3b14
commit
17721f4682
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public:
|
|||
value=x+y;
|
||||
}
|
||||
Test() : value(0) {}
|
||||
~Test() {}
|
||||
virtual ~Test() {}
|
||||
};
|
||||
|
||||
Test test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue