Skip to content

Commit

Permalink
Correct testcase warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Feb 22, 2016
1 parent 1a26710 commit fa5f3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/test-suite/template_typedef_inherit.i
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ typedef std::string String;

namespace Type {
template <class T> class TypedInterfaceObject {
public:
virtual ~TypedInterfaceObject() {}
};

Expand Down

0 comments on commit fa5f3ab

Please sign in to comment.