mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[fnd] Changed IFile so that a deleted IFile will trigger any layered destructors.
This commit is contained in:
parent
8e360332e5
commit
8904b6e46c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace fnd
|
|||
class IFile
|
||||
{
|
||||
public:
|
||||
virtual ~IFile() = 0;
|
||||
inline virtual ~IFile() {}
|
||||
|
||||
virtual size_t size() = 0;
|
||||
virtual void seek(size_t offset) = 0;
|
||||
|
|
Loading…
Reference in a new issue