diff options
author | Jacek Antonelli | 2008-11-18 19:25:59 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-18 19:25:59 -0600 |
commit | 05411bfd47f328065a8eaeec46397733d782487a (patch) | |
tree | 6e20cd21518a6bb6808ae3c7c6670465287e2f8e /ChangeLog.txt | |
parent | Likely fix for VWR-9358 (palletized textures). (diff) | |
download | meta-impy-05411bfd47f328065a8eaeec46397733d782487a.zip meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.gz meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.bz2 meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.xz |
Fix VWR-9507: bad typedef breaks build on gcc 4.3.
Suggested by Alissa Sabre.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 97b3af0..ea45401 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llrender/llrender.h: | ||
4 | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | ||
5 | Suggested by Alissa Sabre. | ||
6 | |||
7 | |||
3 | * linden/indra/llrender/llgl.cpp: | 8 | * linden/indra/llrender/llgl.cpp: |
4 | Likely fix for VWR-9358 (palletized textures). | 9 | Likely fix for VWR-9358 (palletized textures). |
5 | Suggested by Angus Boyd. | 10 | Suggested by Angus Boyd. |