mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-18 02:12:00 +00:00
Remove a non-existent friend class
This commit is contained in:
parent
a661797aa8
commit
72ddc0d935
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ private:
|
||||||
|
|
||||||
std::vector<SoundStream*> Streams;
|
std::vector<SoundStream*> Streams;
|
||||||
friend class OpenALSoundStream;
|
friend class OpenALSoundStream;
|
||||||
friend class OpenALCallbackStream;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // NO_OPENAL
|
#endif // NO_OPENAL
|
||||||
|
|
Loading…
Reference in a new issue