summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/convert.hpp')
-rw-r--r--boost/geometry/algorithms/convert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/convert.hpp b/boost/geometry/algorithms/convert.hpp
index 5d68854a45..78618aed2d 100644
--- a/boost/geometry/algorithms/convert.hpp
+++ b/boost/geometry/algorithms/convert.hpp
@@ -522,7 +522,7 @@ struct convert<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2>
Geometry2& geometry2
)
{
- apply_visitor(visitor(geometry2), geometry1);
+ boost::apply_visitor(visitor(geometry2), geometry1);
}
};