X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSound.cc;h=a04d29b814943de018f678a3425448053f17ab8f;hp=27905ba4a1f4893e6f69f981ab0b7e7a2ed5cbf3;hb=bffc879fc8ee8167bb123310d39fad4e2f426ffd;hpb=9619ed3cee0f9e465ad2747fcb4f1f6cb6d3d889 diff --git a/src/Moof/Sound.cc b/src/Moof/Sound.cc index 27905ba..a04d29b 100644 --- a/src/Moof/Sound.cc +++ b/src/Moof/Sound.cc @@ -35,8 +35,8 @@ #include #include +#include "Library.hh" #include "Log.hh" -#include "Mippleton.hh" #include "Sound.hh" #include "Timer.hh" @@ -60,7 +60,7 @@ public: class Buffer; typedef boost::shared_ptr BufferP; - class Buffer : public Mippleton + class Buffer : public Library { OggVorbis_File mOggStream; ALenum mFormat; @@ -70,7 +70,7 @@ public: public: Buffer(const std::string& name) : - Mippleton(name) + Library(name) { mOggStream.datasource = 0; openFile();