1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-23 18:53:53 +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 // 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: