forked from mirror/openmw-tes3mp
pure sound filter: made 'client' protected
This commit is contained in:
parent
3a6912b04c
commit
87f6e73975
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue