| commit | 931c309b2734329ec6e5f0b88ce4a0b488ac47e5 | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Mon Feb 25 09:46:21 2013 -0800 |
| committer | Sameer Agarwal <sameeragarwal@google.com> | Mon Feb 25 10:13:29 2013 -0800 |
| tree | e5956cab6a5414df630b5e60393b3ae2bc70dd93 | |
| parent | df36218c953e05d665df2cc96a6d7625e2307d97 [diff] [blame] |
Cleanup based on comments by William Rucklidge Change-Id: If269ba8e388965a8ea32260fd6f17a133a19ab9b
diff --git a/include/ceres/dynamic_autodiff_cost_function.h b/include/ceres/dynamic_autodiff_cost_function.h index 861164a..e4549c5 100644 --- a/include/ceres/dynamic_autodiff_cost_function.h +++ b/include/ceres/dynamic_autodiff_cost_function.h
@@ -78,7 +78,7 @@ class DynamicAutoDiffCostFunction : public CostFunction { public: explicit DynamicAutoDiffCostFunction(CostFunctor* functor) - : functor_(functor) {} + : functor_(functor) {} virtual ~DynamicAutoDiffCostFunction() {}