Needs to be cleared, fixes problem with two or more int-templated classes

release/4.3a0
dellaert 2015-01-22 12:44:43 +01:00
parent 3badd9e61a
commit a35152399f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public:
void clear() {
argName_.clear();
argValues_.clear();
intList_.clear();
}
const std::string& argName() const {
return argName_;