diff --git a/Frame.h b/Frame.h index 727097d..cba0e9e 100644 --- a/Frame.h +++ b/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 bmap; - std::string activeBuffer; + std::map bmap; + std::string activeBuffer; };