mirror of https://github.com/aap/librw.git
remove stupidity
This commit is contained in:
parent
453ae4b9ee
commit
c60d7a791c
|
@ -509,8 +509,8 @@ public:
|
|||
|
||||
class StreamFile : public Stream
|
||||
{
|
||||
void *file;
|
||||
public:
|
||||
void *file;
|
||||
StreamFile(void) { file = nil; }
|
||||
void close(void);
|
||||
uint32 write8(const void *data, uint32 length);
|
||||
|
|
Loading…
Reference in New Issue