1
0
mirror of https://github.com/aap/librw.git synced 2025-04-23 18:13:21 +01:00

remove stupidity

This commit is contained in:
aap 2021-10-23 12:21:08 +02:00
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);