From 712b490894ffbe9d89196bd41a2fb3e7685a7b23 Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 20 Feb 2023 01:10:17 +0000 Subject: [PATCH] Mark coral::fs::rules as const --- source/coral/files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/coral/files.cpp b/source/coral/files.cpp index 96536ba..8a59106 100644 --- a/source/coral/files.cpp +++ b/source/coral/files.cpp @@ -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