Update Flush return.

This commit is contained in:
2023-10-14 23:47:37 -07:00
parent a00d358b15
commit 467bb064c7

View File

@@ -26,7 +26,7 @@ public:
Buffer::FileStatus Refresh();
/// Flush will attempt to write the active buffer.
bool Flush();
Buffer::FileStatus Flush();
private:
std::map<std::string, Buffer *> bmap;