[*] Missing stage for MakeTemporary

This commit is contained in:
Reece Wilson 2022-04-03 00:28:18 +01:00
parent 2b4bb66e0c
commit 371d01ce71

View File

@ -26,9 +26,11 @@ namespace Aurora::IO::FS
void Close() override;
void Flush() override;
void WriteEoS() override;
void MakeTemporary() override;
private:
bool bShouldDelete {};
HANDLE handle_ = INVALID_HANDLE_VALUE;
AuString path_;
};