Correct testcase warning fix

This commit is contained in:
William S Fulton 2016-02-22 07:06:47 +00:00
parent 1a26710106
commit fa5f3abf4d
1 changed files with 1 additions and 0 deletions

View File

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