From eb93da95e55676c2153eca83aeb1614732d274d9 Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 20 Feb 2023 01:08:39 +0000 Subject: [PATCH] Change coral::fs::~fs to be non-pure virtual --- 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 ad58a04..96536ba 100644 --- a/source/coral/files.cpp +++ b/source/coral/files.cpp @@ -124,7 +124,7 @@ export namespace coral { bool can_write; }; - virtual ~fs() = 0; + virtual ~fs() {}; /** * Attempts to read the file in the file system located at `file_path` relative, calling