Mark coral::fs::rules as const
This commit is contained in:
parent
eb93da95e5
commit
712b490894
|
@ -137,7 +137,7 @@ export namespace coral {
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue