mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 00:28:08 -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
|
// For use in writing other filters
|
||||||
class SoundFilter : public Sound
|
class SoundFilter : public Sound
|
||||||
{
|
{
|
||||||
|
protected:
|
||||||
SoundPtr client;
|
SoundPtr client;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
@ -31,6 +32,7 @@ namespace Mangle
|
|||||||
|
|
||||||
class FactoryFilter : public SoundFactory
|
class FactoryFilter : public SoundFactory
|
||||||
{
|
{
|
||||||
|
protected:
|
||||||
SoundFactoryPtr client;
|
SoundFactoryPtr client;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user