More build fixes.

This commit is contained in:
Adrien Destugues 2020-01-25 21:35:34 +01:00
parent 1bd3bfd038
commit 670af4fc7b

View File

@ -27,6 +27,9 @@ public:
virtual BGameSound* Clone() const;
typedef void (*hook)(void* cookie, void* buffer, size_t byteCount,
BStreamingGameSound* me);
virtual status_t SetStreamHook(hook h, void* cookie);
virtual void FillBuffer(void* buffer, size_t byteCount);
@ -36,9 +39,6 @@ public:
virtual status_t Perform(int32 selector, void* data);
typedef void (*hook)(void* cookie, void* buffer, size_t byteCount,
BStreamingGameSound* me);
protected:
BStreamingGameSound(BGameSoundDevice* device);