diff --git a/gtsam/base/OptionalJacobian.h b/gtsam/base/OptionalJacobian.h index 9ab8bc598..7055a287a 100644 --- a/gtsam/base/OptionalJacobian.h +++ b/gtsam/base/OptionalJacobian.h @@ -168,7 +168,7 @@ public: Jacobian* operator->(){ return pointer_; } }; -// forward declate +// forward declare template struct traits; /**