summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ocl/tproc/rope.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index 4551a79..cb67dab 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.hpp
@@ -15,7 +15,7 @@ namespace ocl::tproc::rope
struct fast_pred;
struct lowercase_pred;
struct exact_pred;
- struct stars_with_pred;
+ struct starts_with_pred;
template <typename It, class Pred>
It find(It begin, It end, Pred);
@@ -31,4 +31,4 @@ namespace ocl::tproc::rope
} // namespace ocl::tproc::rope
-#endif // __OCL_TPROC_ROPE_HPP \ No newline at end of file
+#endif // __OCL_TPROC_ROPE_HPP