Fix export

release/4.3a0
Frank Dellaert 2024-10-26 23:39:28 -07:00
parent 3cc6ebedd2
commit 0477d20695
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class GTSAM_EXPORT Cal3f : public Cal3 {
/// @{ /// @{
/// Output stream operator /// Output stream operator
friend std::ostream& operator<<(std::ostream& os, const Cal3f& cal); GTSAM_EXPORT friend std::ostream& operator<<(std::ostream& os, const Cal3f& cal);
/// print with optional string /// print with optional string
void print(const std::string& s = "") const override; void print(const std::string& s = "") const override;