Mark coral::fs::rules as const

This commit is contained in:
kayomn 2023-02-20 01:10:17 +00:00
parent eb93da95e5
commit 712b490894
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export namespace coral {
/** /**
* Returns the [io_rules] that this file system interface abides by. * Returns the [io_rules] that this file system interface abides by.
*/ */
virtual io_rules rules() = 0; virtual io_rules rules() const = 0;
/** /**
* Attempts to write the file in the file system located at `file_path` relative, calling * Attempts to write the file in the file system located at `file_path` relative, calling