Correct testcase warning fix

This commit is contained in:
William S Fulton 2016-02-22 07:06:47 +00:00
commit fa5f3abf4d

View file

@ -11,6 +11,7 @@ typedef std::string String;
namespace Type {
template <class T> class TypedInterfaceObject {
public:
virtual ~TypedInterfaceObject() {}
};