Remove a non-existent friend class

This commit is contained in:
Chris Robinson 2014-06-19 22:33:39 -07:00
parent a661797aa8
commit 72ddc0d935
1 changed files with 0 additions and 1 deletions

View File

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