mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
pure sound filter: made 'client' protected
This commit is contained in:
parent
3a6912b04c
commit
87f6e73975
@ -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…
x
Reference in New Issue
Block a user