Correct cpp11_function_objects testcase

Fixes SWIG warning
This commit is contained in:
William S Fulton 2014-10-13 19:38:47 +01:00
commit 17721f4682

View file

@ -18,7 +18,7 @@ public:
value=x+y;
}
Test() : value(0) {}
~Test() {}
virtual ~Test() {}
};
Test test;