Skip to content

Commit

Permalink
one more clang tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 4, 2024
1 parent 67e661b commit 8b7fe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse_variables/test/test_pinhole_camera_fixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ TEST(PinholeCameraFixed, PerPointProjectionCostFunctor)
}

// Run the solver
ceres::Solver::Options options;
ceres::Solver::Options const options;
ceres::Solver::Summary summary;
ceres::Solve(options, &problem, &summary);

Expand Down

0 comments on commit 8b7fe6b

Please sign in to comment.