diff --git a/scwx-qt/source/scwx/qt/gl/draw/linked_vectors.cpp b/scwx-qt/source/scwx/qt/gl/draw/linked_vectors.cpp index a457a1c4..5fbdcf8c 100644 --- a/scwx-qt/source/scwx/qt/gl/draw/linked_vectors.cpp +++ b/scwx-qt/source/scwx/qt/gl/draw/linked_vectors.cpp @@ -34,7 +34,9 @@ struct LinkedVectorDrawItem boost::make_zip_iterator( boost::make_tuple(endI.begin(), endJ.begin())), boost::make_zip_iterator(boost::make_tuple(endI.end(), endJ.end())), - [this, ¢er](const auto& p) + [this, + ¢er](const boost::tuple, + units::length::kilometers>& p) { coordinates_.push_back(util::GeographicLib::GetCoordinate( center, p.get<0>(), p.get<1>()));