Skip to content

Commit

Permalink
Merge pull request #1257 from Tobias-Fischer/fix-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Aug 1, 2022
2 parents 8051e74 + 2907591 commit 1d554d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtsam/nonlinear/GncOptimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static double Chi2inv(const double alpha, const size_t dofs) {

/* ************************************************************************* */
template<class GncParameters>
class GTSAM_EXPORT GncOptimizer {
class GncOptimizer {
public:
/// For each parameter, specify the corresponding optimizer: e.g., GaussNewtonParams -> GaussNewtonOptimizer.
typedef typename GncParameters::OptimizerType BaseOptimizer;
Expand Down
2 changes: 1 addition & 1 deletion gtsam/nonlinear/GncParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum GncLossType {
};

template<class BaseOptimizerParameters>
class GTSAM_EXPORT GncParams {
class GncParams {
public:
/// For each parameter, specify the corresponding optimizer: e.g., GaussNewtonParams -> GaussNewtonOptimizer.
typedef typename BaseOptimizerParameters::OptimizerType OptimizerType;
Expand Down

0 comments on commit 1d554d8

Please sign in to comment.