mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Try to fix compilation for gcc 4.6 [2]
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user