From 5a8d5f77af84d3f790d749dfd2d76a3b487eb06a Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 5 Nov 2012 14:24:35 +0000 Subject: Audaspace: Replacing AUD_Reference with boost::shared_ptr. --- intern/audaspace/FX/AUD_PingPongFactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/audaspace/FX/AUD_PingPongFactory.h') diff --git a/intern/audaspace/FX/AUD_PingPongFactory.h b/intern/audaspace/FX/AUD_PingPongFactory.h index f25624a7c5e..e8ee5c9e389 100644 --- a/intern/audaspace/FX/AUD_PingPongFactory.h +++ b/intern/audaspace/FX/AUD_PingPongFactory.h @@ -48,9 +48,9 @@ public: * Creates a new ping pong factory. * \param factory The input factory. */ - AUD_PingPongFactory(AUD_Reference factory); + AUD_PingPongFactory(boost::shared_ptr factory); - virtual AUD_Reference createReader(); + virtual boost::shared_ptr createReader(); }; #endif //__AUD_PINGPONGFACTORY_H__ -- cgit v1.2.3