Expose virtual destructor on coral::fs
This commit is contained in:
parent
a85b0c21f5
commit
f76d908325
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue