Skip to content

Commit

Permalink
fixed CVSBAOptimizer link error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Aug 16, 2015
1 parent ea8a188 commit cdfa23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/include/rtabmap/core/Graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class RTABMAP_EXP G2OOptimizer : public Optimizer
std::list<std::map<int, Transform> > * intermediateGraphes = 0);
};

class CVSBAOptimizer : public Optimizer
class RTABMAP_EXP CVSBAOptimizer : public Optimizer
{
public:
static bool available();
Expand Down

0 comments on commit cdfa23f

Please sign in to comment.