Commit 05231d8b authored by Lioncash's avatar Lioncash
Browse files

vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member...

vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified

These functions don't modify the data being pointed to, so these can be
pointers to const data
parent 8afc21f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment