mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-22 23:23:51 +00:00
bleh
This commit is contained in:
parent
56ecc6585b
commit
a0aafb9b1f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ protected:
|
|||
virtual size_t readSamples(void *data, size_t num) = 0;
|
||||
|
||||
public:
|
||||
SampleReader() : pullOver(NULL), pullSize(0) {}
|
||||
SampleReader() : pullSize(0), pullOver(NULL) {}
|
||||
~SampleReader();
|
||||
size_t read(void *data, size_t length);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue