check unity back

This commit is contained in:
tqchen
2014-08-29 18:35:26 -07:00
parent 551b3b70f1
commit ce2d34ecd4
4 changed files with 177 additions and 26 deletions

View File

@@ -100,7 +100,6 @@ class ISeekStream: public IStream {
/*! \brief implementation of file i/o stream */
class FileStream : public ISeekStream {
public:
explicit FileStream(void) {}
explicit FileStream(FILE *fp) {
this->fp = fp;
}