X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbuffer.h;fp=source%2Fbuffer.h;h=38ca36d6047f3417bd0b5a5b01292b7b126e4f5a;hb=6cc0f1735a00e8f9eb80ff0c9468fb67205f6d20;hp=d84e46a021d4f0eaedb070cdf4c73cce3ec71541;hpb=17948408eafd48ea529acd0a70cc45fc5973cb10;p=libs%2Fal.git diff --git a/source/buffer.h b/source/buffer.h index d84e46a..38ca36d 100644 --- a/source/buffer.h +++ b/source/buffer.h @@ -10,7 +10,7 @@ namespace Msp { namespace AL { -class Sound; +class Waveform; /** Buffers are used to store audio data and feed it into a Source. @@ -38,7 +38,7 @@ public: uint get_id() const { return id; } void data(Format, const void *, sizei, sizei); - void data(const Sound &); + void data(const Waveform &); void load_data(const std::string &); };