]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Sound.cc
renamed mippleton to library
[chaz/yoink] / src / Moof / Sound.cc
index 27905ba4a1f4893e6f69f981ab0b7e7a2ed5cbf3..a04d29b814943de018f678a3425448053f17ab8f 100644 (file)
@@ -35,8 +35,8 @@
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>
 
+#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<Buffer> BufferP;
        
-       class Buffer : public Mippleton<Buffer>
+       class Buffer : public Library<Buffer>
        {
                OggVorbis_File                  mOggStream;
                ALenum                                  mFormat;
@@ -70,7 +70,7 @@ public:
        public:
 
                Buffer(const std::string& name) :
-                       Mippleton<Buffer>(name)
+                       Library<Buffer>(name)
                {
                        mOggStream.datasource = 0;
                        openFile();
This page took 0.017427 seconds and 4 git commands to generate.