Fixed typo

release/4.3a0
Richard Roberts 2012-06-08 17:32:08 +00:00
parent a70a1bab58
commit 498fb85360
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ namespace gtsam {
*/
template<class ValueType>
ConstFiltered<ValueType>
filter(const boost::function<bool(Key)>& filterFcn = _truePredicate()) const;
filter(const boost::function<bool(Key)>& filterFcn = _truePredicate) const;
private:
// Filters based on ValueType (if not Value) and also based on the user-