summaryrefslogtreecommitdiff
path: root/boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp')
-rw-r--r--boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp b/boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp
index 2f0d63169e..c83c1bc515 100644
--- a/boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp
+++ b/boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp
@@ -1,8 +1,8 @@
// Boost.Geometry
// This file is manually converted from PROJ4
-// This file was modified by Oracle on 2018.
-// Modifications copyright (c) 2018, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2018, 2019.
+// Modifications copyright (c) 2018-2019, Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
// Use, modification and distribution is subject to the Boost Software License,
@@ -57,7 +57,7 @@ namespace detail
template <bool Inverse, typename CalcT, typename StreamPolicy, typename Range>
inline bool pj_apply_gridshift_3(StreamPolicy const& stream_policy,
Range & range,
- srs::shared_grids & grids,
+ shared_grids & grids,
std::vector<std::size_t> const& gridindexes)
{
typedef typename boost::range_size<Range>::type size_type;