Skip to content

Commit 3e190e8

Browse files
committed
.
1 parent 9300814 commit 3e190e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpp/pos/files_pos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace rpp::Files {
3737
return Opt{rpp::move(data)};
3838
}
3939

40-
[[nodiscard]] bool write(String_View path_, Slice<u8> data) noexcept {
40+
[[nodiscard]] bool write(String_View path_, Slice<const u8> data) noexcept {
4141

4242
int fd = -1;
4343
Region(R) {

0 commit comments

Comments
 (0)