Skip to content

Commit

Permalink
refs #4119 Fixing Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 9, 2011
1 parent 514e3e5 commit 165150d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ListAnyValidator : public IValidator<TYPE>
// m_allowedValues.insert(rVal);
//}
/// Adds the argument to the set of valid values
virtual void addAllowedValue(const typename TYPE &value)
virtual void addAllowedValue(const TYPE &value)
{
m_allowedValues.insert(value);
}
Expand Down

0 comments on commit 165150d

Please sign in to comment.