summaryrefslogtreecommitdiff
path: root/asl/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/io.hpp')
-rw-r--r--asl/io.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/io.hpp b/asl/io.hpp
index 79c70c2..e7d1c9c 100644
--- a/asl/io.hpp
+++ b/asl/io.hpp
@@ -14,7 +14,7 @@ public:
virtual ~writer() = default;
// @Todo Use string view, or span of bytes?
- virtual void write(const char* str, int64_t len) = 0;
+ virtual void write(const char* str, isize_t len) = 0;
};
} // namespace asl