mirror of https://github.com/axmolengine/axmol.git
48108e548a
Constify arguments to copy constuctors. Without this gcc fail to compile if classes used inside containers. Error message is rather cryptic: " error: 'constexpr std::pair<_T1, _T2>::pair(const std::pair<_T1, _T2>&) [with _T1 = const int; _T2 = cocos2d::experimental::AudioPlayer]' declared to take const reference, but implicit declaration would take non-const" |
||
---|---|---|
.. | ||
AudioCache.cpp | ||
AudioCache.h | ||
AudioEngine-win32.cpp | ||
AudioEngine-win32.h | ||
AudioPlayer.cpp | ||
AudioPlayer.h | ||
MciPlayer.cpp | ||
MciPlayer.h | ||
SimpleAudioEngine.cpp |