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();
|
Buffer::FileStatus Refresh();
|
||||||
|
|
||||||
/// Flush will attempt to write the active buffer.
|
/// Flush will attempt to write the active buffer.
|
||||||
bool Flush();
|
Buffer::FileStatus Flush();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::map<std::string, Buffer *> bmap;
|
std::map<std::string, Buffer *> bmap;
|
||||||
std::string activeBuffer;
|
std::string activeBuffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue