Update Flush return.
This commit is contained in:
parent
a00d358b15
commit
467bb064c7
6
Frame.h
6
Frame.h
|
@ -26,11 +26,11 @@ public:
|
|||
Buffer::FileStatus Refresh();
|
||||
|
||||
/// Flush will attempt to write the active buffer.
|
||||
bool Flush();
|
||||
Buffer::FileStatus Flush();
|
||||
|
||||
private:
|
||||
std::map<std::string, Buffer *> bmap;
|
||||
std::string activeBuffer;
|
||||
std::map<std::string, Buffer *> bmap;
|
||||
std::string activeBuffer;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue