From f76d908325a3589c350640da2159c02d6a71d71e Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 20 Feb 2023 01:00:14 +0000 Subject: [PATCH] Expose virtual destructor on coral::fs --- source/coral/files.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/coral/files.cpp b/source/coral/files.cpp index 181ccf9..ad58a04 100644 --- a/source/coral/files.cpp +++ b/source/coral/files.cpp @@ -124,6 +124,8 @@ export namespace coral { bool can_write; }; + virtual ~fs() = 0; + /** * Attempts to read the file in the file system located at `file_path` relative, calling * `then` if it was successfully opened for reading.