]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Sound.cc
refactoring needed for win32 crash
[chaz/yoink] / src / Moof / Sound.cc
index f9bdfd7a99622c22bb231405a768e2343c1ab690..ca3ecfec8117fb93386edf6128c507d5ae41bcc2 100644 (file)
@@ -35,7 +35,8 @@
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>
 
-#include "Engine.hh"
+#include "Core.hh"
+#include "Error.hh"
 #include "Library.hh"
 #include "Log.hh"
 #include "Sound.hh"
@@ -65,7 +66,7 @@ public:
        {
        public:
 
-               Buffer(const std::string& name) :
+               explicit Buffer(const std::string& name) :
                        Library<Buffer>(name),
                        mBuffer(-1)
                {
@@ -436,6 +437,8 @@ public:
        std::deque<BufferP>             mQueue;
 
        Timer                                   mStreamTimer;
+
+       Backend                                 mBackend;
 };
 
 
This page took 0.018662 seconds and 4 git commands to generate.