summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/clear.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/clear.hpp')
-rw-r--r--boost/geometry/algorithms/clear.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/clear.hpp b/boost/geometry/algorithms/clear.hpp
index 22b61e7c30..54b2162767 100644
--- a/boost/geometry/algorithms/clear.hpp
+++ b/boost/geometry/algorithms/clear.hpp
@@ -162,7 +162,7 @@ struct clear<variant<BOOST_VARIANT_ENUM_PARAMS(T)> >
static inline void apply(variant<BOOST_VARIANT_ENUM_PARAMS(T)>& geometry)
{
- apply_visitor(visitor(), geometry);
+ boost::apply_visitor(visitor(), geometry);
}
};