diff options
Diffstat (limited to 'src/core/file_sys/file_backend.h')
-rw-r--r-- | src/core/file_sys/file_backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/file_sys/file_backend.h b/src/core/file_sys/file_backend.h index 21864a73c..9137bbbad 100644 --- a/src/core/file_sys/file_backend.h +++ b/src/core/file_sys/file_backend.h @@ -21,9 +21,9 @@ public: /** * Open the file - * @return true if the file opened correctly + * @return Result of the file operation */ - virtual bool Open() = 0; + virtual ResultCode Open() = 0; /** * Read data from the file |