check unity back
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user