1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-23 02:23:52 +00:00

pure sound filter: made 'client' protected

This commit is contained in:
Nicolay Korslund 2010-08-11 11:59:08 +02:00
parent 3a6912b04c
commit 87f6e73975

View file

@ -10,6 +10,7 @@ namespace Mangle
// For use in writing other filters
class SoundFilter : public Sound
{
protected:
SoundPtr client;
public:
@ -31,6 +32,7 @@ namespace Mangle
class FactoryFilter : public SoundFactory
{
protected:
SoundFactoryPtr client;
public: