1
0
Fork 0

Spectre/System/Log/FileWriter: Implement flush()

This commit is contained in:
Henrik Hautakoski 2023-08-20 21:06:39 +02:00
parent 8dbb0e0211
commit 7b0cf72ac4
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,8 @@ public:
size_t write(const void *data, size_t len);
virtual bool flush();
protected:
FILE *m_fd;