remove stupidity

This commit is contained in:
aap 2021-10-23 12:21:08 +02:00
parent 453ae4b9ee
commit c60d7a791c
1 changed files with 1 additions and 1 deletions

View File

@ -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);