From d1c542ce0551f6ec3408b7c6689ad17b0a14e8d2 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Fri, 3 Jun 2011 23:28:57 +0000 Subject: 3D Audio GSoC: Memory management improvements. --- intern/audaspace/FX/AUD_LowpassFactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/audaspace/FX/AUD_LowpassFactory.h') diff --git a/intern/audaspace/FX/AUD_LowpassFactory.h b/intern/audaspace/FX/AUD_LowpassFactory.h index d60c0bd22d1..efe4dafc4e1 100644 --- a/intern/audaspace/FX/AUD_LowpassFactory.h +++ b/intern/audaspace/FX/AUD_LowpassFactory.h @@ -61,9 +61,9 @@ public: * \param frequency The cutoff frequency. * \param Q The Q factor. */ - AUD_LowpassFactory(AUD_IFactory* factory, float frequency, float Q = 1.0f); + AUD_LowpassFactory(AUD_Reference factory, float frequency, float Q = 1.0f); - virtual AUD_IReader* createReader() const; + virtual AUD_Reference createReader() const; }; #endif //AUD_LOWPASSFACTORY -- cgit v1.2.3