fixed CVSBAOptimizer link error on Windows

This commit is contained in:
Mathieu Labbé
2015-08-16 09:26:46 -04:00
parent ea8a188661
commit cdfa23f97d

View File

@@ -153,7 +153,7 @@ public:
std::list<std::map<int, Transform> > * intermediateGraphes = 0); std::list<std::map<int, Transform> > * intermediateGraphes = 0);
}; };
class CVSBAOptimizer : public Optimizer class RTABMAP_EXP CVSBAOptimizer : public Optimizer
{ {
public: public:
static bool available(); static bool available();