Fixed typo
parent
a70a1bab58
commit
498fb85360
|
@ -338,7 +338,7 @@ namespace gtsam {
|
||||||
*/
|
*/
|
||||||
template<class ValueType>
|
template<class ValueType>
|
||||||
ConstFiltered<ValueType>
|
ConstFiltered<ValueType>
|
||||||
filter(const boost::function<bool(Key)>& filterFcn = _truePredicate()) const;
|
filter(const boost::function<bool(Key)>& filterFcn = _truePredicate) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Filters based on ValueType (if not Value) and also based on the user-
|
// Filters based on ValueType (if not Value) and also based on the user-
|
||||||
|
|
Loading…
Reference in New Issue