X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=blobdiff_plain;f=source%2Fsoundscape.h;h=db935572a709149f987ca278e43592eda18d871e;hp=1d8a9c7a798acc052196f442c87682091e11832d;hb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;hpb=8e69eba7dc53233c169152bdf654f032fcd0629f diff --git a/source/soundscape.h b/source/soundscape.h index 1d8a9c7..db93557 100644 --- a/source/soundscape.h +++ b/source/soundscape.h @@ -24,8 +24,8 @@ private: public: ~SoundScape(); - void add_source(Source *); - Source *play(const Buffer &, float, float, float); + void add_source(Source &); + Source &play(const Buffer &, float, float, float); void tick(); };