diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index 9573734..2a02f05 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -25,7 +25,7 @@ namespace ocl::tproc::rope using iterator_ptr = It*; - It* operator()(It* rbegin, It* rend) + iterator_ptr operator()(iterator_ptr rbegin, iterator_ptr rend) { for (auto rbeg{rbegin}; rbeg != rend; ++rbeg) { |
