Skip to content

Commit

Permalink
disambiguate overloaded base class
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Dec 4, 2020
1 parent 07605d4 commit 2d09455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/geometry/Cal3_S2Stereo.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class GTSAM_EXPORT Cal3_S2Stereo : public Cal3_S2 {
* @param p point in image coordinates
* @return point in intrinsic coordinates
*/
using Cal3_S2::calibrate;
Vector3 calibrate(const Vector3& p) const { return Cal3_S2::calibrate(p); }

/// @}
/// @name Testable
Expand Down

0 comments on commit 2d09455

Please sign in to comment.