Try to fix compilation for gcc 4.6 [2]

This commit is contained in:
Eduardo Bart
2013-03-06 15:40:47 -03:00
parent 69f72b9c86
commit 392acc0b43
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ private:
ALCdevice *m_device;
ALCcontext *m_context;
std::map<StreamSoundSourcePtr, boost::unique_future<SoundFilePtr>> m_streamFiles;
std::map<StreamSoundSourcePtr, boost::shared_future<SoundFilePtr>> m_streamFiles;
std::unordered_map<std::string, SoundBufferPtr> m_buffers;
std::vector<SoundSourcePtr> m_sources;
stdext::boolean<true> m_audioEnabled;