Windows: Fixed linker error

This commit is contained in:
matlabbe
2018-10-02 00:07:34 -04:00
parent b5dec56eaf
commit 711184c465

View File

@@ -112,7 +112,7 @@ void RTABMAP_EXP computeMaxGraphErrors(
const Link ** maxLinearErrorLink = 0,
const Link ** maxAngularErrorLink = 0);
std::vector<double> getMaxOdomInf(const std::multimap<int, Link> & links);
std::vector<double> RTABMAP_EXP getMaxOdomInf(const std::multimap<int, Link> & links);
std::multimap<int, Link>::iterator RTABMAP_EXP findLink(
std::multimap<int, Link> & links,