summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/utility/chunk_string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/utility/chunk_string.hpp')
-rw-r--r--dev/lib/utility/chunk_string.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/lib/utility/chunk_string.hpp b/dev/lib/utility/chunk_string.hpp
index 4fe5cc2..c5bf5c6 100644
--- a/dev/lib/utility/chunk_string.hpp
+++ b/dev/lib/utility/chunk_string.hpp
@@ -10,7 +10,7 @@
#include <lib/core/includes.hpp>
-namespace ocl
+namespace scl
{
template <typename char_type, std::size_t max_chunk_size = 8196>
class basic_chunk_string;
@@ -89,7 +89,7 @@ namespace ocl
void print() noexcept
{
- ocl::io::print(packed_chunks_);
+ scl::io::print(packed_chunks_);
}
};
@@ -98,5 +98,5 @@ namespace ocl
{
fmt.print();
}
-} // namespace ocl
+} // namespace scl
#endif // ifndef OCL_UTILITY_CHUNK_STRING_HPP