mirror of https://github.com/swig/swig
Correct testcase warning fix
This commit is contained in:
parent
1a26710106
commit
fa5f3abf4d
|
@ -11,6 +11,7 @@ typedef std::string String;
|
|||
|
||||
namespace Type {
|
||||
template <class T> class TypedInterfaceObject {
|
||||
public:
|
||||
virtual ~TypedInterfaceObject() {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue