diff options
Diffstat (limited to 'src/platforms/windows/windowsFile.cpp')
-rw-r--r-- | src/platforms/windows/windowsFile.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsFile.cpp b/src/platforms/windows/windowsFile.cpp index 9ecfd1d4..d00be306 100644 --- a/src/platforms/windows/windowsFile.cpp +++ b/src/platforms/windows/windowsFile.cpp @@ -516,6 +516,13 @@ void windowsFileWriterOutputStream::write(const value_type* const data, const si windowsFileSystemFactory::reportError(m_path, GetLastError()); } + +void windowsFileWriterOutputStream::flush() +{ + // TODO +} + + } // windows } // platforms } // vmime |