mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -99,8 +99,9 @@ namespace bx
|
||||
{
|
||||
}
|
||||
|
||||
~FileReaderImpl()
|
||||
virtual ~FileReaderImpl()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
||||
virtual bool open(const char* _filePath, Error* _err) BX_OVERRIDE
|
||||
@@ -220,8 +221,9 @@ namespace bx
|
||||
{
|
||||
}
|
||||
|
||||
~FileWriterImpl()
|
||||
virtual ~FileWriterImpl()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
||||
virtual bool open(const char* _filePath, bool _append, Error* _err) BX_OVERRIDE
|
||||
|
||||
Reference in New Issue
Block a user