Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydjian committed Sep 15, 2010
1 parent 33130a3 commit d83409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/CalibratedCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace gtsam {

CalibratedCamera()::CalibratedCamera() {}
CalibratedCamera::CalibratedCamera() {}

CalibratedCamera::CalibratedCamera(const Pose3& pose) :
pose_(pose) {
Expand Down

0 comments on commit d83409a

Please sign in to comment.