summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc/rope.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/tproc/rope.hpp')
-rw-r--r--include/ocl/tproc/rope.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index 21277f2..f36eb18 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.hpp
@@ -103,7 +103,7 @@ namespace ocl::tproc::rope
{
std::transform(cond_.begin(),
cond_.end(),
- [](std::allocator_traits<ocl::tproc::crope>::value_type& ch) {
+ [](std::allocator_traits<It>::value_type& ch) {
return std::tolower(ch);
});