Skip to content

Commit

Permalink
refs #3763 fixing warning and couple of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Nov 3, 2011
1 parent 25e85e1 commit 3d6ff6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ class DLLExport ValidatorSignalChange : public IValidator< TYPE >, public boost:

//------------------------------------------------------------------------------------------------------------
/** Does not verify allowed values
* @return The set of allowed values that this validator may have is an empty set
* @return The set of allowed values of this validato is an empty set
*/
std::set<std::string> allowedValues() const { return std::set<std::string>(); }
//
Expand Down

0 comments on commit 3d6ff6f

Please sign in to comment.