From Dr. Checkoway's school of Copy().

This commit is contained in:
Jason Felds
2011-03-19 22:38:05 -04:00
parent 9b2e18ab24
commit 6962196795
+4
View File
@@ -64,6 +64,10 @@ private:
*/
bool m_bWriteFailed;
bool WriteFailed() const { return !(m_iMode & RageFile::STREAMED) && m_bWriteFailed; }
// unused
RageFileObjDirect& operator=(const RageFileObjDirect& rhs);
RageFileObjDirect(const RageFileObjDirect& rhs);
};