aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-08 01:42:50 -0700
committerMcCabe Maxsted2009-06-08 01:42:50 -0700
commitdfc614dd1970b7ca35f0a5fff4ad2542add68e94 (patch)
treeefa549d1ac07bc4abff3a7868c8ce5745ede39bd /ChangeLog.txt
parentFixed CopyWinLibs.CMake errors (removed Vivox) (diff)
downloadmeta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.zip
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.gz
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.bz2
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.xz
Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC'
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 2457125..404b9fd 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -9,6 +9,12 @@
9 9
10 modified: linden/indra/cmake/CopyWinLibs.cmake 10 modified: linden/indra/cmake/CopyWinLibs.cmake
11 modified: linden/install.xml 11 modified: linden/install.xml
12
13 * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' :
14 only static const integral data members can be initialized within a class.
15
16 modified: linden/indra/llaudio/audioengine_openal.cpp
17 modified: linden/indra/llaudio/audioengine_openal.h
12 18
13 19
14=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 20=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-