Change coral::fs::~fs to be non-pure virtual
This commit is contained in:
parent
f76d908325
commit
eb93da95e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue