made method const
This commit is contained in:
parent
2d323b5711
commit
feda281d85
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ struct llama_file {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void write_u32(std::uint32_t val) {
|
void write_u32(std::uint32_t val) const {
|
||||||
write_raw(&val, sizeof(val));
|
write_raw(&val, sizeof(val));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue