From a35152399f13dfebfd0386acd3d259256b4c7eac Mon Sep 17 00:00:00 2001 From: dellaert Date: Thu, 22 Jan 2015 12:44:43 +0100 Subject: [PATCH] Needs to be cleared, fixes problem with two or more int-templated classes --- wrap/Template.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wrap/Template.h b/wrap/Template.h index c6f6833c8..991c6c883 100644 --- a/wrap/Template.h +++ b/wrap/Template.h @@ -35,6 +35,7 @@ public: void clear() { argName_.clear(); argValues_.clear(); + intList_.clear(); } const std::string& argName() const { return argName_;